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:
|
bash:
|
||||||
cp bash_profile ~/.bash_profile
|
cp bash_profile ~/.bash_profile
|
||||||
|
|
||||||
|
cardinal:
|
||||||
|
cp cardinalrc ~/.cardinalrc
|
||||||
|
|
||||||
ghc:
|
ghc:
|
||||||
cp -r cabal/config ~/.cabal/config
|
cp -r cabal/config ~/.cabal/config
|
||||||
cp ghci ~/.ghci
|
cp ghci ~/.ghci
|
||||||
@@ -31,7 +34,7 @@ vim:
|
|||||||
cp vimrc ~/.vimrc
|
cp vimrc ~/.vimrc
|
||||||
cp -r .vim ~/.vim
|
cp -r .vim ~/.vim
|
||||||
|
|
||||||
zsh:
|
zepto:
|
||||||
cp zeptorc ~/.zeptorc
|
cp zeptorc ~/.zeptorc
|
||||||
|
|
||||||
zsh:
|
zsh:
|
||||||
|
3
cardinalrc
Normal file
3
cardinalrc
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"theme": "tomorrow-night"
|
||||||
|
}
|
1
zshrc
1
zshrc
@@ -213,6 +213,7 @@ save_dotfiles(){
|
|||||||
cp -r ~/.scripts ${DOTPATH}
|
cp -r ~/.scripts ${DOTPATH}
|
||||||
cp -r ~/.vim ${DOTPATH}
|
cp -r ~/.vim ${DOTPATH}
|
||||||
cp ~/.bash_profile ${DOTPATH}bash_profile
|
cp ~/.bash_profile ${DOTPATH}bash_profile
|
||||||
|
cp ~/.cardinalrc ${DOTPATH}cardinalrc
|
||||||
cp ~/.ghci ${DOTPATH}ghci
|
cp ~/.ghci ${DOTPATH}ghci
|
||||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||||
cp ~/.gitignore ${DOTPATH}gitignore
|
cp ~/.gitignore ${DOTPATH}gitignore
|
||||||
|
Reference in New Issue
Block a user