Fixed vim symlink

This commit is contained in:
Josh Sherman 2015-09-26 18:11:37 -04:00
parent b6f70035f3
commit 8cb43178fb
2 changed files with 6 additions and 5 deletions

4
setup
View file

@ -8,7 +8,7 @@ SYMLINKS=(
"git/gitconfig ~/.gitconfig"
"mysql/my.cnf ~/.my.cnf"
"tmux/tmux.conf ~/.tmux.conf"
"vim ~/.vim"
"vim/ ~/.vim"
"zsh/zshrc ~/.zshrc"
)
@ -63,6 +63,8 @@ done
vim +BundleInstall +qall
#source ~/.zshrc
# TODO Do homebrew stuff
# TODO Do apt-get stuff

View file

@ -1,4 +1,4 @@
DOTFILES_BASE=$HOME/.dotfiles
DOTFILES_DIR=$HOME/.dotfiles
export TERM="xterm-256color"
export KEYTIMEOUT=1
@ -21,7 +21,7 @@ bindkey -v
#
# export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:$PHP_BASE_PATH/lib/php:~/Source/dotfiles/scripts:~/Source/dotfiles/git/scripts:$PHP_BASE_PATH/bin:/opt/X11/bin:$PHP_BASE_PATH/lib/php/File
source $DOTFILES_BASE/.antigen/antigen.zsh
source $DOTFILES_DIR/.antigen/antigen.zsh
antigen-use oh-my-zsh
antigen-bundle git
@ -34,10 +34,9 @@ antigen-bundle zsh-users/zsh-completions
# antigen-bundle zsh-users/zsh-history-substring-search
antigen-bundle zsh-users/zsh-syntax-highlighting
antigen-theme $DOTFILES_BASE/zsh joshtronic
antigen-theme $DOTFILES_DIR/zsh joshtronic
antigen-apply
# alias gaa="git add --all"
# alias gcob="git checkout -B"
# alias gdb="git delete-branch"