-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
executable file
·27 lines (25 loc) · 868 Bytes
/
setup.sh
File metadata and controls
executable file
·27 lines (25 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Create symlinks for dotfiles
# On a new checkout, it is necessary to also run :BundleInstall in vim
# After that, need to run make in t-complete
DIR="$( cd "$( dirname "$0" )" && pwd )"
set -x
ln -sf $DIR/bash_profile $HOME/.bash_profile
ln -sf $DIR/bashrc $HOME/.bashrc
ln -sf $DIR/bashrc_davidb $HOME/.bashrc_davidb
ln -sf $DIR/bash_aliases $HOME/.bash_aliases
ln -sf $DIR/latexmkrc $HOME/.latexmkrc
ln -sf $DIR/fonts $HOME/.fonts
ln -sf $DIR/terminfo $HOME/.terminfo
ln -sf $DIR/tmux.conf $HOME/.tmux.conf
ln -sf $DIR/Xresources $HOME/.Xresources
#ln -sf $DIR/i3 $HOME/.i3
#ln -sf $DIR/vim $HOME/.vim
#ln -sf $DIR/vim/vimrc $HOME/.vimrc
#mkdir -p vim/backup
# Run bundle install in vim
#git clone https://github.com/gmarik/vundle.git vim/bundle/vundle
#vim +BundleInstall +qall
# Command-T install
#cd vim/bundle/Command-T/ruby/command-t
#ruby extconf.rb
#make