Project dirs

This commit is contained in:
2025-09-16 18:24:29 +01:00
parent 60cd83b761
commit a82bb63d73
5 changed files with 65 additions and 48 deletions

View File

@@ -1,51 +1,56 @@
<?xml version='1.0'?> <?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig> <fontconfig>
<alias> <alias>
<family>serif</family> <family>serif</family>
<prefer> <prefer>
<family>Droid Serif</family> <family>Droid Serif</family>
<family>Symbols Nerd Font</family> <family>Symbols Nerd Font</family>
<family>Joy Pixels</family> <family>Joy Pixels</family>
<family>Font Awesome 5 Free Solid</family> <family>Font Awesome 5 Free Solid</family>
<family>Font Awesome 5 Free Regular</family> <family>Font Awesome 5 Free Regular</family>
<family>Font Awesome 5 Brands Regular</family> <family>Font Awesome 5 Brands Regular</family>
<family>Noto Color Emoji</family> <family>Noto Color Emoji</family>
</prefer> </prefer>
</alias> </alias>
<alias> <alias>
<family>sans-serif</family> <family>sans-serif</family>
<prefer> <prefer>
<family>Droid Sans</family> <family>Droid Sans</family>
<family>Symbols Nerd Font</family> <family>Symbols Nerd Font</family>
<family>Joy Pixels</family> <family>Joy Pixels</family>
<family>Font Awesome 5 Free Solid</family> <family>Font Awesome 5 Free Solid</family>
<family>Font Awesome 5 Free Regular</family> <family>Font Awesome 5 Free Regular</family>
<family>Font Awesome 5 Brands Regular</family> <family>Font Awesome 5 Brands Regular</family>
<family>Noto Color Emoji</family> <family>Noto Color Emoji</family>
</prefer> </prefer>
</alias> </alias>
<alias> <alias>
<family>sans</family> <family>sans</family>
<prefer> <prefer>
<family>Droid Sans</family> <family>Droid Sans</family>
<family>Symbols Nerd Font</family> <family>Symbols Nerd Font</family>
<family>Joy Pixels</family> <family>Joy Pixels</family>
<family>Font Awesome 5 Free Solid</family> <family>Font Awesome 5 Free Solid</family>
<family>Font Awesome 5 Free Regular</family> <family>Font Awesome 5 Free Regular</family>
<family>Font Awesome 5 Brands Regular</family> <family>Font Awesome 5 Brands Regular</family>
<family>Noto Color Emoji</family> <family>Noto Color Emoji</family>
</prefer> </prefer>
</alias> </alias>
<alias> <alias>
<family>monospace</family> <family>monospace</family>
<prefer> <prefer>
<family>Fira Code</family> <family>Fira Code</family>
<family>Symbols Nerd Font</family> <family>Symbols Nerd Font</family>
</prefer> </prefer>
</alias> </alias>
<match target="pattern"> <match target="pattern">
<test name="family"><string>monospace</string></test> <test name="family">
<edit name="family" mode="append"><string>Symbola</string></edit> <string>monospace</string>
</match> </test>
<edit mode="append" name="family">
<string>Symbola</string>
</edit>
</match>
<dir>~/.local/share/fonts</dir>
</fontconfig> </fontconfig>

View File

@@ -23,3 +23,7 @@ cm $HOME/Code/MobileApps
cs $HOME/Code/Scala cs $HOME/Code/Scala
ct $HOME/Code/Tutorials ct $HOME/Code/Tutorials
rc $HOME/Code/Sites/runcats
rcs $HOME/Code/Sites/runcats/server
rcc $HOME/Code/Sites/runcats/client
rcl $HOME/Code/Sites/runcats/landing

View File

@@ -23,6 +23,10 @@ cr="cd /home/chris/Code/Rust && ls" \
cm="cd /home/chris/Code/MobileApps && ls" \ cm="cd /home/chris/Code/MobileApps && ls" \
cs="cd /home/chris/Code/Scala && ls" \ cs="cd /home/chris/Code/Scala && ls" \
ct="cd /home/chris/Code/Tutorials && ls" \ ct="cd /home/chris/Code/Tutorials && ls" \
rc="cd /home/chris/Code/Sites/runcats && ls" \
rcs="cd /home/chris/Code/Sites/runcats/server && ls" \
rcc="cd /home/chris/Code/Sites/runcats/client && ls" \
rcl="cd /home/chris/Code/Sites/runcats/landing && ls" \
bf="$EDITOR /home/chris/.config/shell/bm-files" \ bf="$EDITOR /home/chris/.config/shell/bm-files" \
bd="$EDITOR /home/chris/.config/shell/bm-dirs" \ bd="$EDITOR /home/chris/.config/shell/bm-dirs" \
cfx="$EDITOR /home/chris/.config/x11/xresources" \ cfx="$EDITOR /home/chris/.config/x11/xresources" \

View File

@@ -22,6 +22,10 @@ hash -d cr=/home/chris/Code/Rust
hash -d cm=/home/chris/Code/MobileApps hash -d cm=/home/chris/Code/MobileApps
hash -d cs=/home/chris/Code/Scala hash -d cs=/home/chris/Code/Scala
hash -d ct=/home/chris/Code/Tutorials hash -d ct=/home/chris/Code/Tutorials
hash -d rc=/home/chris/Code/Sites/runcats
hash -d rcs=/home/chris/Code/Sites/runcats/server
hash -d rcc=/home/chris/Code/Sites/runcats/client
hash -d rcl=/home/chris/Code/Sites/runcats/landing
hash -d bf=/home/chris/.config/shell/bm-files hash -d bf=/home/chris/.config/shell/bm-files
hash -d bd=/home/chris/.config/shell/bm-dirs hash -d bd=/home/chris/.config/shell/bm-dirs
hash -d cfx=/home/chris/.config/x11/xresources hash -d cfx=/home/chris/.config/x11/xresources