diff --git a/Makefile b/Makefile index c3c97bc..b0aece8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ -all: bash ghc git input python scripts tmux valgrind vim zepto zsh +all: bash cardinal ghc git input python scripts tmux valgrind vim zepto zsh bash: cp bash_profile ~/.bash_profile +cardinal: + cp cardinalrc ~/.cardinalrc + ghc: cp -r cabal/config ~/.cabal/config cp ghci ~/.ghci @@ -31,7 +34,7 @@ vim: cp vimrc ~/.vimrc cp -r .vim ~/.vim -zsh: +zepto: cp zeptorc ~/.zeptorc zsh: diff --git a/cardinalrc b/cardinalrc new file mode 100644 index 0000000..db3066e --- /dev/null +++ b/cardinalrc @@ -0,0 +1,3 @@ +{ + "theme": "tomorrow-night" +} diff --git a/zshrc b/zshrc index 5beb5b5..0d49bcb 100644 --- a/zshrc +++ b/zshrc @@ -213,6 +213,7 @@ save_dotfiles(){ cp -r ~/.scripts ${DOTPATH} cp -r ~/.vim ${DOTPATH} cp ~/.bash_profile ${DOTPATH}bash_profile + cp ~/.cardinalrc ${DOTPATH}cardinalrc cp ~/.ghci ${DOTPATH}ghci cp ~/.gitconfig ${DOTPATH}gitconfig cp ~/.gitignore ${DOTPATH}gitignore