diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 697d82c..78c3357 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -1,51 +1,56 @@ - - serif - - Droid Serif - Symbols Nerd Font - Joy Pixels - Font Awesome 5 Free Solid - Font Awesome 5 Free Regular - Font Awesome 5 Brands Regular - Noto Color Emoji - - - - sans-serif - - Droid Sans - Symbols Nerd Font - Joy Pixels - Font Awesome 5 Free Solid - Font Awesome 5 Free Regular - Font Awesome 5 Brands Regular - Noto Color Emoji - - - - sans - - Droid Sans - Symbols Nerd Font - Joy Pixels - Font Awesome 5 Free Solid - Font Awesome 5 Free Regular - Font Awesome 5 Brands Regular - Noto Color Emoji - - - - monospace - - Fira Code - Symbols Nerd Font - - - - monospace - Symbola - + + serif + + Droid Serif + Symbols Nerd Font + Joy Pixels + Font Awesome 5 Free Solid + Font Awesome 5 Free Regular + Font Awesome 5 Brands Regular + Noto Color Emoji + + + + sans-serif + + Droid Sans + Symbols Nerd Font + Joy Pixels + Font Awesome 5 Free Solid + Font Awesome 5 Free Regular + Font Awesome 5 Brands Regular + Noto Color Emoji + + + + sans + + Droid Sans + Symbols Nerd Font + Joy Pixels + Font Awesome 5 Free Solid + Font Awesome 5 Free Regular + Font Awesome 5 Brands Regular + Noto Color Emoji + + + + monospace + + Fira Code + Symbols Nerd Font + + + + + monospace + + + Symbola + + + ~/.local/share/fonts diff --git a/.config/nvim b/.config/nvim index 2b1d2ed..6a0c90b 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 2b1d2ed5be432c50a103d5d55733226a0db925b2 +Subproject commit 6a0c90bf26135bad40ff45604a9da8f0443998d6 diff --git a/.config/shell/bm-dirs b/.config/shell/bm-dirs index 56e32af..9b4ff1f 100644 --- a/.config/shell/bm-dirs +++ b/.config/shell/bm-dirs @@ -23,3 +23,7 @@ cm $HOME/Code/MobileApps cs $HOME/Code/Scala 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 diff --git a/.config/shell/shortcutrc b/.config/shell/shortcutrc index ab26ec0..19af76c 100644 --- a/.config/shell/shortcutrc +++ b/.config/shell/shortcutrc @@ -23,6 +23,10 @@ cr="cd /home/chris/Code/Rust && ls" \ cm="cd /home/chris/Code/MobileApps && ls" \ cs="cd /home/chris/Code/Scala && 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" \ bd="$EDITOR /home/chris/.config/shell/bm-dirs" \ cfx="$EDITOR /home/chris/.config/x11/xresources" \ diff --git a/.config/shell/zshnameddirrc b/.config/shell/zshnameddirrc index 6c19746..b120774 100644 --- a/.config/shell/zshnameddirrc +++ b/.config/shell/zshnameddirrc @@ -22,6 +22,10 @@ hash -d cr=/home/chris/Code/Rust hash -d cm=/home/chris/Code/MobileApps hash -d cs=/home/chris/Code/Scala 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 bd=/home/chris/.config/shell/bm-dirs hash -d cfx=/home/chris/.config/x11/xresources