mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 03:52:43 +00:00
qtproj
This commit is contained in:
2
.config/ranger/rc.conf
Normal file
2
.config/ranger/rc.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
set preview_images true
|
||||||
|
set preview_images_method kitty
|
6
.gitignore
vendored
6
.gitignore
vendored
@@ -21,3 +21,9 @@
|
|||||||
.config/GIMP/
|
.config/GIMP/
|
||||||
.config/weylus/
|
.config/weylus/
|
||||||
.config/smassh/
|
.config/smassh/
|
||||||
|
.config/Valve/
|
||||||
|
.config/openvr/
|
||||||
|
.config/openxr/
|
||||||
|
.config/unity3d/
|
||||||
|
.config/vlc/
|
||||||
|
.config/QtProject.conf
|
||||||
|
1
.vimrc
1
.vimrc
@@ -99,6 +99,7 @@ call plug#begin('~/.vim/plugged')
|
|||||||
Plug 'kien/rainbow_parenthesis'
|
Plug 'kien/rainbow_parenthesis'
|
||||||
"Plug 'kien/rainbow_parenth
|
"Plug 'kien/rainbow_parenth
|
||||||
Plug 'ap/vim-css-color'
|
Plug 'ap/vim-css-color'
|
||||||
|
Plug 'rust-lang/rust.vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
1
.zshrc
1
.zshrc
@@ -106,6 +106,7 @@ export EDITOR='vim'
|
|||||||
# Use vim bindings
|
# Use vim bindings
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|
||||||
|
bindkey "^R" history-incremental-search-backward
|
||||||
|
|
||||||
source $HOME/.alias
|
source $HOME/.alias
|
||||||
#alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
#alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
Reference in New Issue
Block a user