added cardinal
This commit is contained in:
7
Makefile
7
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:
|
||||
|
3
cardinalrc
Normal file
3
cardinalrc
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"theme": "tomorrow-night"
|
||||
}
|
Reference in New Issue
Block a user