Compare commits
3 Commits
2873522a2c
...
9a4c9b06a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
9a4c9b06a6
|
|||
|
ade0a4dcf8
|
|||
|
8ad3f3f3e8
|
@ -41,6 +41,7 @@ set backspace=indent,eol,start
|
|||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set noet
|
set noet
|
||||||
|
set directory=~/.vim/tmp
|
||||||
|
|
||||||
" preview substitute (%s/a/b)
|
" preview substitute (%s/a/b)
|
||||||
set inccommand=nosplit
|
set inccommand=nosplit
|
||||||
|
|||||||
BIN
tree/.config/qBittorrent/breeze-dark.qbtheme
Normal file
BIN
tree/.config/qBittorrent/breeze-dark.qbtheme
Normal file
Binary file not shown.
4
tree/.xprofile.tpl
Normal file
4
tree/.xprofile.tpl
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{% if hostname == "sputnik" %}
|
||||||
|
# use qt5ct to set Qt theme
|
||||||
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
{% end %}
|
||||||
Reference in New Issue
Block a user