From badab540d862340e99f6b7367c8ca990dbee06bc Mon Sep 17 00:00:00 2001 From: beppe Date: Tue, 18 Jun 2024 17:15:24 +0200 Subject: [PATCH] qtproj --- .config/ranger/rc.conf | 2 ++ .gitignore | 6 ++++++ .vimrc | 1 + .zshrc | 1 + 4 files changed, 10 insertions(+) create mode 100644 .config/ranger/rc.conf diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf new file mode 100644 index 0000000..5d88e29 --- /dev/null +++ b/.config/ranger/rc.conf @@ -0,0 +1,2 @@ +set preview_images true +set preview_images_method kitty diff --git a/.gitignore b/.gitignore index 300e74b..d99b33b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,9 @@ .config/GIMP/ .config/weylus/ .config/smassh/ +.config/Valve/ +.config/openvr/ +.config/openxr/ +.config/unity3d/ +.config/vlc/ +.config/QtProject.conf diff --git a/.vimrc b/.vimrc index ee2f1e5..4e548aa 100644 --- a/.vimrc +++ b/.vimrc @@ -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() diff --git a/.zshrc b/.zshrc index 96824cc..055fd1f 100644 --- a/.zshrc +++ b/.zshrc @@ -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'