Moved vim/->.vim and updated zshrc save_dotfiles funtion
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
vim/bundle
|
||||||
|
vim/
|
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ valgrind:
|
|||||||
|
|
||||||
vim:
|
vim:
|
||||||
cp vimrc ~/.vimrc.local
|
cp vimrc ~/.vimrc.local
|
||||||
cp -r vim ~/.vim
|
cp -r .vim ~/.vim
|
||||||
|
|
||||||
zsh:
|
zsh:
|
||||||
cp zshrc ~/.zshrc
|
cp zshrc ~/.zshrc
|
||||||
|
Submodule vim/bundle/Align deleted from 787662fe90
Submodule vim/bundle/Gundo deleted from f443470b96
Submodule vim/bundle/ctrlp.vim deleted from b5d3fe66a5
Submodule vim/bundle/ghcmod-vim deleted from 7e5f6102aa
Submodule vim/bundle/gitignore deleted from 061c5c7567
Submodule vim/bundle/haskell-vim deleted from 890395d5f5
Submodule vim/bundle/neco-ghc deleted from 7d2c360736
Submodule vim/bundle/nerdtree deleted from 3b98a7fcae
Submodule vim/bundle/supertab deleted from c8bfeceb1f
Submodule vim/bundle/syntastic deleted from 710a854f6a
Submodule vim/bundle/tabular deleted from 60f2564881
Submodule vim/bundle/tagbar deleted from c6b473f559
Submodule vim/bundle/tslime.vim deleted from 71ec1cbe8f
Submodule vim/bundle/vim-airline deleted from f45ecdac15
Submodule vim/bundle/vim-bbye deleted from a018cbc1ba
Submodule vim/bundle/vim-commentary deleted from 9c685131a5
Submodule vim/bundle/vim-extradite deleted from a1dc4b63be
Submodule vim/bundle/vim-fugitive deleted from 4cc201cbe3
Submodule vim/bundle/vim-haskellConcealPlus deleted from 9c12f6d816
Submodule vim/bundle/vim-hoogle deleted from 81f28318b0
Submodule vim/bundle/vim-indent-guides deleted from 184e55848d
Submodule vim/bundle/vim-indent-object deleted from 78fffa609b
Submodule vim/bundle/vim-tmux-navigator deleted from 928a52fbda
Submodule vim/bundle/vimproc.vim deleted from 0f68bcd933
Submodule vim/bundle/vundle deleted from cfd3b2d388
Submodule vim/bundle/wombat256.vim deleted from 8734ba45dc
12
zshrc
12
zshrc
@@ -202,19 +202,19 @@ pinfo(){
|
|||||||
|
|
||||||
save_dotfiles(){
|
save_dotfiles(){
|
||||||
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
||||||
cp ~/.bash_profile ${DOTPATH}bash_profile
|
cp -r ~/.cabal/config ${DOTPATH}cabal/
|
||||||
cp -r ~/.cabal/config ${DOTPATH}cabal/config
|
|
||||||
cp -r ~/.scripts ${DOTPATH}
|
|
||||||
cp -r ~/.emacs.d ${DOTPATH}
|
cp -r ~/.emacs.d ${DOTPATH}
|
||||||
|
cp -r ~/.scripts ${DOTPATH}
|
||||||
|
cp -r ~/.vim ${DOTPATH}
|
||||||
|
cp ~/.bash_profile ${DOTPATH}bash_profile
|
||||||
cp ~/.ghci ${DOTPATH}ghci
|
cp ~/.ghci ${DOTPATH}ghci
|
||||||
cp ~/.gitignore ${DOTPATH}gitignore
|
|
||||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||||
|
cp ~/.gitignore ${DOTPATH}gitignore
|
||||||
|
cp ~/.inputrc ${DOTPATH}inputrc
|
||||||
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
|
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
|
||||||
cp ~/.pythonrc ${DOTPATH}pythonrc
|
cp ~/.pythonrc ${DOTPATH}pythonrc
|
||||||
cp ~/.inputrc ${DOTPATH}inputrc
|
|
||||||
cp ~/.tmux.conf ${DOTPATH}tmux.conf
|
cp ~/.tmux.conf ${DOTPATH}tmux.conf
|
||||||
cp ~/.valgrindrc ${DOTPATH}valgrindrc
|
cp ~/.valgrindrc ${DOTPATH}valgrindrc
|
||||||
cp -r ~/.vim ${DOTPATH}vim
|
|
||||||
cp ~/.vimrc ${DOTPATH}vimrc
|
cp ~/.vimrc ${DOTPATH}vimrc
|
||||||
cp ~/.zshrc ${DOTPATH}zshrc
|
cp ~/.zshrc ${DOTPATH}zshrc
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user