From 6ea8f021588056666b22e15298f10f5cd5054305 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Mon, 8 Jul 2024 02:29:49 -0500 Subject: [PATCH] Small fixes --- install/fonts.sh | 1 + install/nodenv.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/install/fonts.sh b/install/fonts.sh index 9aeb0e6..feb5c61 100644 --- a/install/fonts.sh +++ b/install/fonts.sh @@ -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' diff --git a/install/nodenv.sh b/install/nodenv.sh index de77835..342867f 100644 --- a/install/nodenv.sh +++ b/install/nodenv.sh @@ -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