Inital commit

This commit is contained in:
2021-04-07 22:56:28 +01:00
commit a4498f2f85
88 changed files with 6055 additions and 0 deletions

22
.config/shell/bm-dirs Normal file
View File

@@ -0,0 +1,22 @@
cac ${XDG_CACHE_HOME:-$HOME/.cache}
cf ${XDG_CONFIG_HOME:-$HOME/.config}
D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
d ${XDG_DOCUMENTS_DIR:-$HOME/Tower/Documents}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
h $HOME
m ${XDG_MUSIC_DIR:-$HOME/Tower/Music}
mn /mnt
pp ${XDG_PICTURES_DIR:-$HOME/Tower/Pictures}
sc $HOME/.local/bin
src $HOME/.local/src
vv ${XDG_VIDEOS_DIR:-$HOME/Tower/Videos}
c $HOME/Code
cp $HOME/Code/PHP
cw $HOME/Code/Websites
cj $HOME/Code/JavaScript
cd $HOME/Code/DevOps
cr $HOME/Code/Rust
cm $HOME/Code/MobileApps
cs $HOME/Code/Scala
ct $HOME/Code/Tutorials