Skip to content

Commit

Permalink
add nvm install to generic
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Oct 24, 2024
1 parent 81b69a6 commit 20ae924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _run/generic.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
echo "Running generic dotfile configuration"

ln -fs $PWD/generic/.bash_profile $HOME/.bash_profile

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -eq 0 ]
then
for element in ${AVAILABLE_DOTFILES[@]}
do
source ./run/$element.sh
source ./_run/$element.sh
done
else
SELECTED_TO_RUN=$1
Expand Down

0 comments on commit 20ae924

Please sign in to comment.