1
0
This commit is contained in:
dtb
2022-05-18 17:44:50 -04:00
parent 63748f0746
commit e0540495a0
54 changed files with 1895 additions and 0 deletions

18
dotfiles/.vimrc Normal file
View File

@@ -0,0 +1,18 @@
set bg=dark
set mouse=
set nocp
set noexpandtab
set noim
set nois
set nu
set relativenumber
set rnu
set ruler
set tabstop=8
set term=xterm
set tf
set title
set tty=xterm
set vb
set nowrap
syntax on