added cardinal

This commit is contained in:
hellerve
2016-05-19 11:53:53 +02:00
parent 4f1fcff597
commit 7b565a13bd
3 changed files with 9 additions and 2 deletions

View File

@@ -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:

3
cardinalrc Normal file
View File

@@ -0,0 +1,3 @@
{
"theme": "tomorrow-night"
}

1
zshrc
View File

@@ -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