dot.map (3316B)
1 # Third-party single binaries 2 bin: ~/.bin 3 4 # My scripts 5 scripts: ~/.scripts 6 7 # Mailcap (Mutt and other programs) 8 mailcap: ~/.config/mailcap 9 10 # Config: utilities 11 keynav: ~/.config/keynav 12 calcure/config.ini: ~/.config/calcure/config.ini 13 picom.conf: ~/.config/picom.conf 14 ctags: ~/.config/ctags 15 gdb: 16 - gdbinit: ~/.config/gdb/init 17 git: 18 - gitconfig: ~/.config/git/config 19 i3: ~/.config/regolith/i3 20 jwm: 21 - jwmrc: ~/.jwmrc 22 - jwm: ~/.jwm 23 irssi: ~/.config/irssi 24 karabiner: ~/.config/karabiner 25 lf: ~/.config/lf 26 newsboat: 27 - config: ~/.config/newsboat/config 28 - urls: ~/.config/newsboat/urls 29 - notify-wrapper: ~/.config/newsboat/notify-wrapper 30 polybar: ~/.config/polybar 31 ranger: ~/.config/ranger 32 ttrv: ~/.config/ttrv 33 screen: 34 - screenrc: ~/.screenrc 35 tmux: 36 - tmux-dark.conf: ~/.config/tmux/tmux.conf 37 tmuxinator: ~/.config/tmuxinator 38 ghci: ~/.ghci 39 mpv: ~/.config/mpv 40 mps-youtube: 41 - config.json: ~/.config/mps-youtube/config.json 42 - playlists: ~/.config/mps-youtube/playlists 43 joplin/keymap.json: ~/.config/joplin/keymap.json 44 sxiv: ~/.config/sxiv 45 w3m: ~/.config/w3m 46 scim/scimrc: ~/.config/scimrc 47 neomutt: ~/.config/neomutt 48 urlview/urlview: ~/.urlview 49 gnupg: ~/.config/gnupg 50 mpd: ~/.config/mpd 51 ncmpcpp: ~/.config/ncmpcpp 52 pipe-viewer: ~/.config/pipe-viewer 53 R: ~/.config/R 54 zathura: ~/.config/zathura 55 gotop: ~/.config/gotop 56 paru: ~/.config/paru 57 alacritty: ~/.config/alacritty 58 glow: ~/.config/glow 59 dunst: ~/.config/dunst 60 sxhkd: ~/.config/sxhkd 61 talon-user: ~/.talon/user 62 surfraw: ~/.config/surfraw 63 khard: ~/.config/khard 64 khal: ~/.config/khal 65 helix: ~/.config/helix 66 bitmonero: ~/.config/bitmonero 67 spotify/spot-last-checked: ~/.local/share/spot-last-checked 68 ripgrep: ~/.config/ripgrep 69 hammerspoon: ~/.hammerspoon 70 71 # Config: sioyek 72 # for macOS: 73 sioyek: 74 - keys_user.config: ~/Library/Application Support/sioyek/keys_user.config 75 - prefs_user.config: ~/Library/Application Support/sioyek/prefs_user.config 76 - light.config: ~/Library/Application Support/sioyek/light.config 77 - dark.config: ~/Library/Application Support/sioyek/dark.config 78 79 # Config: X server (Linux) 80 xinitrc: ~/.xinitrc 81 xprofile: ~/.xprofile 82 Xresources: ~/.Xresources 83 84 # Config: GTK 85 gtk-2.0/gtkrc: ~/.gtkrc-2.0 86 87 keyd: /etc/keyd 88 89 # Config: Emacs 90 emacs: 91 - config.org: ~/.config/emacs/config.org 92 - init.el: ~/.config/emacs/init.el 93 - jokull-theme.el: ~/.config/emacs/jokull-theme.el 94 - junipero-theme.el: ~/.config/emacs/junipero-theme.el 95 - notification.wav: ~/.config/emacs/notification.wav 96 - lisp: ~/.config/emacs/lisp 97 - start.org: ~/.config/emacs/start.org 98 99 # Config: shell 100 shell: 101 - zshenv_bootstrap: ~/.zshenv 102 # - zshenv: ~/.config/zsh/.zshenv # Catalina decided that /etc/zprofile should override a custom zshenv...so gotta stick everything in zshrc. 103 - zshrc: ~/.config/zsh/.zshrc 104 - inputrc: ~/.inputrc 105 - starship.toml: ~/.config/starship.toml 106 mime.types: ~/.mime.types 107 108 # Config: Vim 109 vim: 110 - after: ~/.vim/after 111 - autoload: ~/.vim/autoload 112 - colors: ~/.vim/colors 113 - compiler: ~/.vim/compiler 114 - filetype.vim: ~/.vim/filetype.vim 115 - plugin: ~/.vim/plugin 116 - syntax: ~/.vim/syntax 117 - ultisnips: ~/.vim/ultisnips 118 - words: ~/.vim/words 119 - spell: ~/.vim/spell 120 - vimrc: ~/.vim/vimrc 121 - snippets: ~/.vim/snippets 122 123 # Config: nvim 124 nvim: ~/.config/nvim 125 126 # Thirdparty tools 127 tools: 128 - solvitaire: 129 -- freecell: bin/freecell 130 -- sol: bin/solitaire 131 -- spider: bin/spider 132 - tmpmail/tmpmail: bin/tmpmail