Hooked up vendor submodules
This commit is contained in:
parent
e485e32d51
commit
99a18b4762
6 changed files with 4 additions and 6 deletions
1
.antigen
1
.antigen
|
@ -1 +0,0 @@
|
|||
Subproject commit 1fd76ad4385daee7e7c5793254649d2cbd85935c
|
1
.tpm
1
.tpm
|
@ -1 +0,0 @@
|
|||
Subproject commit 51ff07a729b4b67f692936ad75cb0650149afbb4
|
1
.vundle
1
.vundle
|
@ -1 +0,0 @@
|
|||
Subproject commit fef1c2f31862c44cf5295ef86c086efba4af20a9
|
|
@ -66,4 +66,5 @@ bind-key M-l resize-pane -R 2
|
|||
# source /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.dotfiles/.tpm/tpm'
|
||||
run '~/.dotfiles/vendor/tmux-plugins/tpm'
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ set nocompatible
|
|||
set noerrorbells
|
||||
set novisualbell
|
||||
set pastetoggle=<F2>
|
||||
set rtp+=~/.dotfiles/.vundle/
|
||||
set rtp+=~/.dotfiles/vendor/VundleVim/Vundle.vim
|
||||
set shiftwidth=4
|
||||
set showmatch
|
||||
set smartcase
|
||||
|
|
|
@ -8,7 +8,7 @@ export TERM="xterm-256color"
|
|||
|
||||
bindkey -v
|
||||
|
||||
source $DOTFILES_DIR/.antigen/antigen.zsh
|
||||
source $DOTFILES_DIR/vendor/zsh-users/antigen/antigen.zsh
|
||||
|
||||
antigen-use oh-my-zsh
|
||||
antigen-bundle git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue