Major rework on vim and zsh

This commit is contained in:
hellerve
2015-04-05 17:41:14 +02:00
parent 9e6f10e473
commit 50f32b32ed
5 changed files with 578 additions and 178 deletions

3
zshrc
View File

@@ -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
}