add config folder

This commit is contained in:
Tibeuleu
2024-02-27 11:54:00 +01:00
commit 738538d51b
33 changed files with 1776 additions and 0 deletions

15
.config/shell/bm-dirs Executable file
View File

@@ -0,0 +1,15 @@
# You can add comments to these files with #
cac ${XDG_CACHE_HOME:-$HOME/.cache}
cf ${XDG_CONFIG_HOME:-$HOME/.config}
cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim
cl ${XDG_LOCAL_HOME:-$HOME/.local}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
sc ${XDG_LOCAL_HOME:-$HOME/.local}/bin
src ${XDG_LOCAL_HOME:-$HOME/.local}/src
h $HOME
d ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
m ${XDG_MUSIC_DIR:-$HOME/Music}
pp ${XDG_PICTURES_DIR:-$HOME/Pictures}
vv ${XDG_VIDEOS_DIR:-$HOME/Videos}
mn /mnt