Add basic XDG compliant sh architecture
The only file left in $HOME is .zshenv, which sets up zsh to source everything from XDG_CONFIG_HOME/zsh.
Shell files are split into sh and zsh directories, for global assignments (which should be posix compliant, work on any posix shell) like environemnt variables, xdg vars, and global aliases. zsh contains zsh specific customization (prompt customization, plugin loading, zsh completions).
Zsh initialization will pull from sh directory first, loading the respective mirror to its startup file (`.zprofile` loads `sh/profile` and `profile.d/*`, `.zshenv` loads `sh/env` and `sh/env.d/*` and `zsh/env.d/*`, `.zshrc` loads `sh/alias`, `sh/alias.d/*` and `zsh/alias.d/*`)
Once all is done, it will have loaded both global variables, aliases and settings, and zsh-only specifications. Other stow modules, if they want to add shell functionality, can include their aliases and functions in one of the above directories to automatically be picked up by zsh.
2020-02-02 15:08:40 +00:00
|
|
|
# no idea why gopass adds this image to config path
|
|
|
|
gopass-logo-small.png
|
|
|
|
#
|
2020-01-31 00:22:47 +00:00
|
|
|
# Ignore dynamic colorschemes set by styler
|
|
|
|
colorscheme.vim
|
|
|
|
colorscheme
|
|
|
|
colorscheme.py
|
|
|
|
colorscheme.rasi
|
2020-02-07 21:41:30 +00:00
|
|
|
|
|
|
|
.assets/README.md
|
2020-02-11 16:17:47 +00:00
|
|
|
|
|
|
|
# do not add massive gutenberg thesaurus to repo
|
|
|
|
nvim/.config/nvim/thesaurus
|
2021-06-02 21:16:21 +00:00
|
|
|
# if we have a pre-compiled plugin list don't add it
|
2021-07-10 21:51:48 +00:00
|
|
|
nvim/.config/nvim/plugin/packer_compiled.lua
|
2020-05-13 21:31:59 +00:00
|
|
|
|
|
|
|
# mpv sponsorblock api
|
|
|
|
sponsorblock.db
|
|
|
|
sponsorblock.db.tmp
|
|
|
|
sponsorblock.txt
|
2020-06-15 19:07:21 +00:00
|
|
|
|
|
|
|
# ignore any just-in-time settings that took place in qutebrowser
|
2021-06-02 21:16:21 +00:00
|
|
|
/qutebrowser/.config/qutebrowser/autoconfig.yml
|
|
|
|
/qutebrowser/.config/qutebrowser/bookmarks
|
2021-08-19 07:38:19 +00:00
|
|
|
/qutebrowser/.config/qutebrowser/qsettings
|
|
|
|
/qutebrowser/.config/qutebrowser/quickmarks
|
2021-06-02 21:16:21 +00:00
|
|
|
/qutebrowser/.config/qutebrowser/stylesheets
|
qutebrowser: Add proxying support for websites
Added automatic proxying to floss alternative frontends for proprietary
websites like reddit (teddit), youtube (invidious), twitter (nitter),
and instagram (bibliogram).
Often does not work on calling cached websites, meaning when it does not
load the correct page a full reload (shift-R) should call up the correct
frontend on first use of a previously visited page.
Squashed commit of the following:
commit ccf5a9f9a001c466e4fe00763f561d09a598bd70
Author: Marty Oehme <marty.oehme@gmail.com>
Date: Wed Jul 28 10:05:37 2021 +0200
qutebrowser: Add LocalLeader key concept
Added differentiation between leader mappings and local leader mappings,
with a similar idea to vim:
leader mappings enact changes within qutebrowser on a more general level
(currently e.g. changing tab display, javascript switch, stylesheet
setting) while
local leader mappings enact changes or interact with the current page
context
(e.g. start mpv stream, display in readability mode, download pdf
version of page, and so on).
This will be hard for my muscle memory, but I think such a switch
benefits logical action separation in the long run, especially in case I
add more action shortcuts over time.
An interesting thing this separation also allows is a more
buffer-specific action repertoire (for example through recognition of
current page context with interceptors) so specific pages contain
different actions.
commit afbe573d527b70fa57d643ede78cd5e71f3ca4c1
Author: Marty Oehme <marty.oehme@gmail.com>
Date: Tue Jul 27 16:00:37 2021 +0200
qutebrowser: Rename key mapping file
Renamed from `keys.py` to `maps.py` to keep some coherence with nvim
naming scheme.
commit cc78cbb67953bba7ab4d5a6dd48dfa50fbcfe2fc
Author: Marty Oehme <marty.oehme@gmail.com>
Date: Tue Jul 27 10:19:34 2021 +0200
qutebrowser: Add reddit redirection
Added redirection to old.reddit whenever a link on reddit is opened.
Added redirection of youtube links to yewtu.be invidious instance.
2021-08-18 20:28:50 +00:00
|
|
|
# ignore the generated readability file for webpages
|
|
|
|
readability.html
|
2023-08-08 09:21:55 +00:00
|
|
|
# ignore the adblock file generated by qutebrowser
|
|
|
|
blocked-hosts
|
2020-07-28 16:15:26 +00:00
|
|
|
|
|
|
|
# ignore vifm & ueberzug utility files
|
|
|
|
vifm-help.txt
|
|
|
|
vifmimgpdfpage
|
|
|
|
vifmimgpdffile
|
|
|
|
vifminfo
|
2020-10-24 15:28:26 +00:00
|
|
|
vifminfo.json
|
2020-12-20 11:10:39 +00:00
|
|
|
|
|
|
|
# styler configs
|
|
|
|
colorscheme.yml
|
2021-10-10 08:04:59 +00:00
|
|
|
|
|
|
|
# taskwarrior
|
2022-12-08 13:02:16 +00:00
|
|
|
office/.config/task/task-sync.rc
|
|
|
|
office/.config/task/contexts
|