Add bashrc, vimrc, and ssh config

- Add .bashrc with powerline-shell, neofetch, and config alias
- Add .vimrc with nicer looking vim config
- Add .ssh/config with UMICH hosts
This commit is contained in:
Sravan Balaji
2020-05-25 12:11:38 -04:00
commit 742b1b358e
3 changed files with 163 additions and 0 deletions

17
.vimrc Normal file
View File

@@ -0,0 +1,17 @@
" Colors
colorscheme murphy
syntax enable
" Spaces & Tabs
set tabstop=4
set softtabstop=4
set expandtab
" UI Config
set number
set showcmd
set cursorline
filetype indent on
set wildmenu
set lazyredraw
set showmatch