2011-11-04 21:13:00 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-09-12 16:20:12 +00:00
|
|
|
stow -t ~ bash
|
|
|
|
stow -t ~ screen
|
2017-09-12 16:42:03 +00:00
|
|
|
stow -t ~ vim
|
2011-11-04 21:13:00 +00:00
|
|
|
|
2017-09-12 16:20:12 +00:00
|
|
|
#rm -f .screenrc
|
|
|
|
#ln -s ~/Code/config/screenrc .screenrc
|
2011-11-04 21:13:00 +00:00
|
|
|
|
2016-11-11 22:07:43 +00:00
|
|
|
#rm -f .vimrc
|
|
|
|
#ln -s ~/Code/config/vimrc .vimrc
|
2011-11-04 21:13:00 +00:00
|
|
|
|
2011-12-16 18:56:17 +00:00
|
|
|
# set up the default branch for git
|
2016-11-11 22:07:43 +00:00
|
|
|
#git config --global branch.master.remote origin
|
|
|
|
#git config --global branch.master.merge refs/heads/master
|
2011-12-16 18:56:17 +00:00
|
|
|
|
2016-11-11 22:07:43 +00:00
|
|
|
#mkdir -f ~/.vim
|
|
|
|
#git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
2012-06-09 21:43:55 +00:00
|
|
|
|