New file finding tool
This commit is contained in:
parent
e820e39490
commit
eaa81bbd5a
2 changed files with 5 additions and 1 deletions
4
init.sh
4
init.sh
|
@ -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
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue