8 changed files with 153 additions and 32 deletions
-
50Zeal/Zeal.conf
-
2config/mpd/mpd.conf
-
6config/scripts/adb_backup_extract
-
2config/scripts/overpdf
-
1config/shell/shenv
-
97config/vim/pluginconfig.vim
-
26config/vim/pluginlist.vim
-
1config/vim/vimconfig.vim
@ -0,0 +1,50 @@ |
|||
[General] |
|||
check_for_update=true |
|||
hide_on_close=false |
|||
minimize_to_systray=false |
|||
show_systray_icon=true |
|||
start_minimized=false |
|||
|
|||
[content] |
|||
custom_css_file= |
|||
dark_mode=false |
|||
default_fixed_font_size=13 |
|||
default_font_family=serif |
|||
default_font_size=16 |
|||
disable_ad=false |
|||
external_link_policy=@Variant(\0\0\0\x7f\0\0\0)Zeal::Core::Settings::ExternalLinkPolicy\0\0\0\0\0) |
|||
fixed_font_family=DejaVu Sans Mono |
|||
highlight_on_navigate=true |
|||
minimum_font_size=0 |
|||
sans_serif_font_family=DejaVu Sans |
|||
serif_font_family=DejaVu Serif |
|||
smooth_scrolling=false |
|||
|
|||
[docsets] |
|||
path=/home/geoffrey/.cache/dash_docsets |
|||
|
|||
[global_shortcuts] |
|||
show= |
|||
|
|||
[internal] |
|||
install_id=a2353684-8909-4ac3-8ad5-b8d8a7e9292a |
|||
version=0.6.1 |
|||
|
|||
[proxy] |
|||
authenticate=false |
|||
host= |
|||
password= |
|||
port=0 |
|||
type=1 |
|||
username= |
|||
|
|||
[search] |
|||
fuzzy_search_enabled=false |
|||
|
|||
[state] |
|||
splitter_geometry=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\0\0\0\x4\xb0\0\xff\xff\xff\xff\x1\0\0\0\x1\0) |
|||
toc_splitter_state=@ByteArray() |
|||
window_geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\x12\0\0\f\x7f\0\0\x3\xeb\0\0\a\x80\0\0\0\x12\0\0\f\x7f\0\0\x3\xeb\0\0\0\0\0\0\0\0\x5\0\0\0\a\x80\0\0\0\x12\0\0\f\x7f\0\0\x3\xeb) |
|||
|
|||
[tabs] |
|||
open_new_tab_after_active=false |
@ -0,0 +1,6 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
# Make sur eto install zlib-flate from the qpdf package |
|||
# Works on unencrypted only |
|||
|
|||
tail -c +25 "$1" | zlib-flate -uncompress | tar xvf - |
Write
Preview
Loading…
Cancel
Save
Reference in new issue