Skip to content

Instantly share code, notes, and snippets.

@wiseleyb
Last active August 29, 2015 13:57
Show Gist options
  • Save wiseleyb/9752166 to your computer and use it in GitHub Desktop.
Save wiseleyb/9752166 to your computer and use it in GitHub Desktop.
Setting up sds's dot files
Rebuilding your dev box with Shane's dot files
vim --version
should be 7.4 - if not
sudo yum install mercurial
cd ~
hg clone https://vim.googlecode.com/hg/ vim
cd ~/vim
hg pull
hg update
cd ~/vim/src
make
sudo make install
exit - and re-ssh in and check the verion again
#### updating tmux no longer works but didn't seem necessary (ben 4/25/14)
Fix tmux
If you don't have 1.7 or higher...
tmux -V
which tmux
mv (tmux){,.old}
# this is similar to Shanes with a few minor changes that were acting up
Follow this gist https://gist.github.com/wiseleyb/11301888
Exit and re ssh into your box
Finally - install .dot files
git clone https://github.com/wiseleyb/dot
rm -rf ~/dot/plugins/osx
cd ~
./dot/uninstall
./dot/install
Fix ack
in vim dot/plugins/vim/.vim/bundles/ack.vim/plugin/ack.vim
remove -s from line 2
let s:ack_default_options = " -H --nocolor --nogroup --column"
If updating tmux didn't work you'll need to fix the tmux conf
be sure to edit /home/{your-name}/dot/plugins/tmux/tmux.conf not the sym-linked ~/tmux.conf
replace session_name with #S, window_index with #I and window_name with #W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment