Major rework on vim and zsh
This commit is contained in:
3
zshrc
3
zshrc
@@ -188,6 +188,7 @@ pinfo(){
|
||||
save_dotfiles(){
|
||||
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
||||
cp ~/.bash_profile ${DOTPATH}bash_profile
|
||||
cp -r ~/.cabal ${DOTPATH}cabal
|
||||
cp ~/dev-tmux ${DOTPATH}dev-tmux
|
||||
cp ~/.ghci ${DOTPATH}ghci
|
||||
cp ~/.gitignore ${DOTPATH}gitignore
|
||||
@@ -196,7 +197,9 @@ save_dotfiles(){
|
||||
cp ~/.pythonrc ${DOTPATH}pythonrc
|
||||
cp ~/.tmux.conf ${DOTPATH}tmux.conf
|
||||
cp ~/.valgrindrc ${DOTPATH}valgrindrc
|
||||
cp -r ~/.vim ${DOTPATH}vim
|
||||
cp ~/.vimrc ${DOTPATH}vimrc
|
||||
cp ~/.vimrc.local ${DOTPATH}vimrc.local
|
||||
cp ~/.zshrc ${DOTPATH}zshrc
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user