Moved vim/->.vim and updated zshrc save_dotfiles funtion
This commit is contained in:
12
zshrc
12
zshrc
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user