Small fixes
This commit is contained in:
parent
3503909f34
commit
6ea8f02158
@ -38,6 +38,7 @@ rm -rf master.zip iaFonts
|
|||||||
|
|
||||||
fc-cache
|
fc-cache
|
||||||
cd -
|
cd -
|
||||||
|
cd ~/.local/share/sunhat
|
||||||
|
|
||||||
# Set Victor Mono as the default
|
# Set Victor Mono as the default
|
||||||
gsettings set org.gnome.desktop.interface monospace-font-name 'VictorMono Nerd Font 10'
|
gsettings set org.gnome.desktop.interface monospace-font-name 'VictorMono Nerd Font 10'
|
||||||
|
@ -13,4 +13,5 @@ if ! command -v nodenv &>/dev/null; then
|
|||||||
nodenv install $DEFAULT_NODE_VERSION
|
nodenv install $DEFAULT_NODE_VERSION
|
||||||
nodenv global $DEFAULT_NODE_VERSION
|
nodenv global $DEFAULT_NODE_VERSION
|
||||||
sudo ln -vs $(nodenv root)/shims/* /usr/local/bin/
|
sudo ln -vs $(nodenv root)/shims/* /usr/local/bin/
|
||||||
|
cd ~/.local/share/sunhat
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user