small fixes
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user