Moving i3 folder to match application

This commit is contained in:
Alexander Hosking 2017-03-27 12:07:03 -04:00
parent d358c42198
commit 967a50ad7c
5 changed files with 1 additions and 1 deletions

View File

View File

@ -23,7 +23,7 @@ ln -sfv "$DOTFILES_DIR/vim/bundle" ~/.vim/bundle
# Link .config files
ln -sfv "$DOTFILES_DIR/config/terminator" ~/.config/
ln -sfv "$DOTFILES_DIR/i3" ~/.i3
ln -sfv "$DOTFILES_DIR/i3" ~
# Install Vundle Plugins
vim +PluginInstall +qall