Upload basic runtime config files for bash and vim
This commit is contained in:
commit
1b7ca54fdb
2 changed files with 23 additions and 0 deletions
6
.vimrc
Normal file
6
.vimrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
syntax on
|
||||
set number
|
||||
set tabstop=2
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
colorscheme murphy
|
||||
Loading…
Add table
Add a link
Reference in a new issue