1
1
Fork 0

New file finding tool

This commit is contained in:
Joe Wroten 2017-05-02 09:52:16 -05:00
parent e820e39490
commit eaa81bbd5a
2 changed files with 5 additions and 1 deletions

View file

@ -30,5 +30,9 @@ echo "-= Symlinking new configs =-"
ln -s ~/dotfiles/zshrc ~/.zshrc
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/vimrc ~/.config/nvim/init.vim
ln -s ~/dotfiles/gitignore ~/.gitignore
echo "-= Setting Global GitIgnore =-"
git config --global core.excludesfile ~/.gitignore
echo "-= Log out and Log Back In to see changes =-"

2
vimrc
View file

@ -51,7 +51,7 @@ Plug 'airblade/vim-gitgutter'
" Navigating Project Files
Plug 'ctrlpvim/ctrlp.vim', { 'on': 'CtrlP' }
Plug 'mhinz/vim-grepper'
Plug 'dyng/ctrlsf.vim'
Plug 'Shougo/vimfiler.vim', { 'on': 'VimFiler' }
" Code Editing