This commit is contained in:
2024-06-18 17:15:24 +02:00
parent 4c9e4a73c8
commit badab540d8
4 changed files with 10 additions and 0 deletions

2
.config/ranger/rc.conf Normal file
View File

@@ -0,0 +1,2 @@
set preview_images true
set preview_images_method kitty

6
.gitignore vendored
View File

@@ -21,3 +21,9 @@
.config/GIMP/
.config/weylus/
.config/smassh/
.config/Valve/
.config/openvr/
.config/openxr/
.config/unity3d/
.config/vlc/
.config/QtProject.conf

1
.vimrc
View File

@@ -99,6 +99,7 @@ call plug#begin('~/.vim/plugged')
Plug 'kien/rainbow_parenthesis'
"Plug 'kien/rainbow_parenth
Plug 'ap/vim-css-color'
Plug 'rust-lang/rust.vim'
call plug#end()

1
.zshrc
View File

@@ -106,6 +106,7 @@ export EDITOR='vim'
# Use vim bindings
bindkey -v
bindkey "^R" history-incremental-search-backward
source $HOME/.alias
#alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'