From f40d50e9b016b5e93c139f0d8aabe80a4fdf0ab7 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 7 Feb 2021 21:40:00 +0100 Subject: Added purs to zsh and a readme --- .zshrc | 1 + README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 README.md diff --git a/.zshrc b/.zshrc index 1f5d67a..2634ea0 100644 --- a/.zshrc +++ b/.zshrc @@ -3,3 +3,4 @@ [ -f $HOME/.config/zsh/prompt.zsh ] && source $HOME/.config/zsh/prompt.zsh [ -f $HOME/.config/zsh/aliases.zsh ] && source $HOME/.config/zsh/aliases.zsh [ -f $HOME/.config/zsh/functions.zsh ] && source $HOME/.config/zsh/functions.zsh +[ -f $HOME/.config/zsh/purs.zsh ] && source $HOME/.config/zsh/purs.zsh diff --git a/README.md b/README.md new file mode 100644 index 0000000..01f08f6 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Dotfiles + +## Nvim + +Installation of dependencies described here. Most of the config is stolen from https://github.com/ChristianChiarulli/nvim + +## zsh + +# purs + +https://github.com/aktersnurra/purs + +## MacOS + +Tiling manager + +https://github.com/koekeishiya/yabai +https://github.com/koekeishiya/skhd -- cgit v1.2.3-70-g09d2