Moved vim/->.vim and updated zshrc save_dotfiles funtion

This commit is contained in:
hellerve
2015-06-01 17:41:24 +02:00
parent d39575ff14
commit 5c18333f3e
58 changed files with 9 additions and 33 deletions

12
zshrc
View File

@@ -202,19 +202,19 @@ pinfo(){
save_dotfiles(){
local DOTPATH=~/Documents/Code/Github/.dotfiles/
cp ~/.bash_profile ${DOTPATH}bash_profile
cp -r ~/.cabal/config ${DOTPATH}cabal/config
cp -r ~/.scripts ${DOTPATH}
cp -r ~/.cabal/config ${DOTPATH}cabal/
cp -r ~/.emacs.d ${DOTPATH}
cp -r ~/.scripts ${DOTPATH}
cp -r ~/.vim ${DOTPATH}
cp ~/.bash_profile ${DOTPATH}bash_profile
cp ~/.ghci ${DOTPATH}ghci
cp ~/.gitignore ${DOTPATH}gitignore
cp ~/.gitconfig ${DOTPATH}gitconfig
cp ~/.gitignore ${DOTPATH}gitignore
cp ~/.inputrc ${DOTPATH}inputrc
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
cp ~/.pythonrc ${DOTPATH}pythonrc
cp ~/.inputrc ${DOTPATH}inputrc
cp ~/.tmux.conf ${DOTPATH}tmux.conf
cp ~/.valgrindrc ${DOTPATH}valgrindrc
cp -r ~/.vim ${DOTPATH}vim
cp ~/.vimrc ${DOTPATH}vimrc
cp ~/.zshrc ${DOTPATH}zshrc
}