now has systemd -- up through 8.72

This commit is contained in:
phanes
2023-03-14 02:06:42 -04:00
parent 0117cd3cb2
commit 344f466445
19 changed files with 3158 additions and 251 deletions

15
configs/etc_vimrc Normal file
View File

@@ -0,0 +1,15 @@
" Begin /etc/vimrc
" Ensure defaults are set before customizing settings, not after
source $VIMRUNTIME/defaults.vim
let skip_defaults_vim=1
set nocompatible
set backspace=2
set mouse=
syntax on
if (&term == "xterm") || (&term == "putty")
set background=dark
endif
" End /etc/vimrc