diff --git a/bookmarks/.config/bm-dirs b/bookmarks/.config/bm-dirs new file mode 100644 index 0000000..99c63c4 --- /dev/null +++ b/bookmarks/.config/bm-dirs @@ -0,0 +1,22 @@ +da $XDG_DATA_HOME +cf $XDG_CONFIG_HOME +ca $XDG_CACHE_HOME + +h $HOME +D $HOME/documents +dw $HOME/downloads +P $HOME/pictures +m $HOME/music +V $HOME/videos + +lb $HOME/.local/bin +lbs $HOME/.local/bin/statusbar +lbr $HOME/.local/bin/runners +lbl $HOME/.local/bin/screenlayouts + +cdd $HOME/documents/repos/dwm +cds $HOME/documents/repos/st +cdm $HOME/documents/repos/dmenu +cdb $HOME/documents/repos/dwmblocks + +# vim: ft=sh diff --git a/bookmarks/.config/bm-files b/bookmarks/.config/bm-files new file mode 100644 index 0000000..b8ba807 --- /dev/null +++ b/bookmarks/.config/bm-files @@ -0,0 +1,16 @@ +bf $XDG_CONFIG_HOME/bm-files +bd $XDG_CONFIG_HOME/bm-dirs + +cxr $HOME/.Xresources +cxi $HOME/.xinitrc +cxp $HOME/.xprofile +cfz $HOME/.zshrc +cfp $HOME/.zprofile + +cfa $XDG_CONFIG_HOME/shell/aliases +cfe $XDG_CONFIG_HOME/shell/environment + +cfv $XDG_CONFIG_HOME/nvim/init.lua +cfi $XDG_CONFIG_HOME/nsxiv/key-handler/exec + +# vim: ft=sh