add install and gitignore

This commit is contained in:
Eric D. Rohler 2018-10-17 22:28:42 -04:00
parent f89c135ebc
commit 0074db17c5
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.vim

6
.install.sh Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
for f in 'ls'
do
echo "$f"
done

1
.vimrc
View File

@ -89,6 +89,7 @@ Plug 'tpope/vim-commentary'
call plug#end()
let NERDTreeShowHidden=1
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#syntastic#enabled = 1
let g:airline#extensions#syntastic#error_symbol = 'E:'