diff --git a/etc/skel/.vim/vimrc b/etc/skel/.vim/vimrc new file mode 100644 index 0000000..0c7a5d9 --- /dev/null +++ b/etc/skel/.vim/vimrc @@ -0,0 +1,26 @@ +filetype plugin indent on +syntax on + +set ai +set bs=2 +set cc=80,120 +set fdm=syntax +set formatoptions+=j +set lcs=tab:\│\ ,trail:·,eol:¬ +set ls=2 +set nu +set rnu +set ru +set si +set sta +set sw=4 +set ts=4 +set ttyfast +set udf +set wmnu +" disable folding +set nofoldenable + +if has('gui_running') + set go=m +endif diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index a4de8b7..772771a 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -1,7 +1,7 @@ -# This configuration makes use of zsh-syntax-highlighting. -# Some alias will call pre-defined applications. +# This configuration makes use of zsh-syntax-highlighting. +# Some alias will call pre-defined applications. # Ensure to install them if a command is not working. -# +# # SETTINGS autoload -U compinit promptinit autoload -U colors && colors