Small fixes

This commit is contained in:
Gabriel Brown 2024-07-08 02:29:49 -05:00
parent 3503909f34
commit 6ea8f02158
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ rm -rf master.zip iaFonts
fc-cache
cd -
cd ~/.local/share/sunhat
# Set Victor Mono as the default
gsettings set org.gnome.desktop.interface monospace-font-name 'VictorMono Nerd Font 10'

View File

@ -13,4 +13,5 @@ if ! command -v nodenv &>/dev/null; then
nodenv install $DEFAULT_NODE_VERSION
nodenv global $DEFAULT_NODE_VERSION
sudo ln -vs $(nodenv root)/shims/* /usr/local/bin/
cd ~/.local/share/sunhat
fi