Add wget configuration and move vimrc to .config
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
3f45971851
commit
606ca1e914
6 changed files with 27 additions and 9 deletions
30
system/.config/vim/vimrc
Normal file
30
system/.config/vim/vimrc
Normal file
|
@ -0,0 +1,30 @@
|
|||
" SCRIPT NAME:
|
||||
" .vimrc
|
||||
"
|
||||
" AUTHOR:
|
||||
" Severin Kaderli <severin.kaderli@gmail.com>
|
||||
"
|
||||
" DESCRIPTION:
|
||||
" This is my Vim configuration.
|
||||
"
|
||||
" USAGE:
|
||||
" This file is automatically used by Vim.
|
||||
|
||||
" Directory configurations
|
||||
set undodir=$XDG_CACHE_HOME/vim/undo
|
||||
set directory=$XDG_CACHE_HOME/vim/swap
|
||||
set backupdir=$XDG_CACHE_HOME/vim/backup
|
||||
set viminfo+='1000,n$XDG_CACHE_HOME/vim/viminfo
|
||||
set runtimepath=$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after
|
||||
|
||||
syntax on
|
||||
set encoding=utf-8
|
||||
set virtualedit=onemore
|
||||
set number
|
||||
|
||||
filetype on
|
||||
filetype indent on
|
||||
filetype plugin on
|
||||
|
||||
:imap jk <Esc>
|
||||
|
0
system/.config/wget/wgetrc
Normal file
0
system/.config/wget/wgetrc
Normal file
Loading…
Add table
Add a link
Reference in a new issue