1
0
Fork 0

move bookmarks

This commit is contained in:
Luca Bilke 2023-07-01 14:38:31 +02:00
parent d2a778740a
commit c6d2c70db0
3 changed files with 36 additions and 2 deletions

View File

@ -0,0 +1,16 @@
# You can add comments to these files with #
h $HOME
ch ${XDG_CACHE_HOME:-$HOME/.cache}
cf ${XDG_CONFIG_HOME:-$HOME/.config}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
sr $HOME/.local/src
it $HOME/.local/src/git
sc $HOME/.local/bin
mn /mnt
dl ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
dk ${XDG_DOCUMENTS_DIR:-$HOME/Desktop}
ms ${XDG_MUSIC_DIR:-$HOME/Music}
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
dot $STOW_DIR/dots

18
.config/bookmarks/files Normal file
View File

@ -0,0 +1,18 @@
# These files automatically update when edited/saved in vim:
# keys filename
bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files
bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources
cfX ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile
cfb ${XDG_HOME:-$HOME}/.local/src/dwmblocks/config.h
# These do not update automatically, but on the next new instance of a program:
# keys filename
cfk ${XDG_CONFIG_HOME:-$HOME/.config}/kitty/kitty.conf
cfK ${XDG_CONFIG_HOME:-$HOME/.config}/kitty/kittyfullscreen.conf
cfv ${XDG_CONFIG_HOME:-$HOME/.config}/lvim/config.lua
cfz $ZDOTDIR/.zshrc
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile
cfl ${XDG_CONFIG_HOME:-$HOME/.config}/lf/lfrc
cfL ${XDG_CONFIG_HOME:-$HOME/.config}/lf/preview

View File

@ -1,8 +1,8 @@
#!/bin/sh
# Inputs
bmdirs="$XDG_DATA_HOME/bookmarks/directories"
bmfiles="$XDG_DATA_HOME/bookmarks/files"
bmdirs="$XDG_CONFIG_HOME/bookmarks/directories"
bmfiles="$XDG_CONFIG_HOME/bookmarks/files"
# Outputs
shell_shortcuts="$ZDOTDIR/configs/autogenerated/shortcuts"