configure stuff for ansible
This commit is contained in:
parent
875e3d9a56
commit
4b763073a2
3 changed files with 10 additions and 0 deletions
6
.vimrc
6
.vimrc
|
@ -5,3 +5,9 @@ set autoindent
|
|||
filetype plugin on
|
||||
syntax on
|
||||
set encoding=utf-8
|
||||
|
||||
" secure vim to use secret
|
||||
set noswapfile
|
||||
set nobackup
|
||||
set nowritebackup
|
||||
set viminfo=
|
||||
|
|
0
.xinitrc
Normal file → Executable file
0
.xinitrc
Normal file → Executable file
4
.xonshrc
4
.xonshrc
|
@ -4,6 +4,8 @@ xontrib load sh
|
|||
xontrib load onepath
|
||||
$XONTRIB_ONEPATH_ACTIONS['<XFILE>'] = 'vim' # Yes, I don't trust auto-exec
|
||||
xontrib load ssh_agent
|
||||
xontrib load bashisms
|
||||
xontrib load coreutils
|
||||
|
||||
# env
|
||||
$PATH.insert(0, $HOME+'/bin')
|
||||
|
@ -13,6 +15,7 @@ $PATH.insert(0, $HOME+'/.cargo/bin')
|
|||
$PATH.insert(0, $HOME+'/.gem/ruby/2.7.0/bin')
|
||||
|
||||
$DATA = '/media/me/dataDrive'
|
||||
$LC_TIME= 'fr_FR.utf8'
|
||||
|
||||
$UPDATE_OS_ENVIRON = True
|
||||
|
||||
|
@ -32,6 +35,7 @@ aliases['.5'] = 'cd ../../../../..'
|
|||
|
||||
# vi = vim
|
||||
aliases['vi'] = 'vim'
|
||||
$EDITOR = 'vim'
|
||||
|
||||
# Package manager
|
||||
aliases['upgrade'] = 'pacman -Suy && yay -Suy'
|
||||
|
|
Loading…
Reference in a new issue