small fixes

This commit is contained in:
2024-09-28 18:27:52 -04:00
parent 0bcd6e9f7e
commit 33e9e6574e
2 changed files with 5 additions and 2 deletions
+5 -1
View File
@@ -121,7 +121,11 @@ function install_nvm() {
else else
echo "nvm is already installed" echo "nvm is already installed"
fi fi
nvm install --lts
if [ -f "$HOME/.nvm/nvm.sh" ]; then
. "$HOME/nvm/nvm.sh"
nvm install --lts
fi
} }
function install_rust() { function install_rust() {
-1
View File
@@ -19,7 +19,6 @@
~/.dictionary.txt.gz: dictionary.txt.gz ~/.dictionary.txt.gz: dictionary.txt.gz
~/.common_shell_functions: common_shell_functions ~/.common_shell_functions: common_shell_functions
~/.zsh: zsh ~/.zsh: zsh
~/.config/nvim: nvim
- shell: - shell:
- [git submodule update --init --recursive, Installing submodules] - [git submodule update --init --recursive, Installing submodules]