-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bradley Temple
committed
Sep 18, 2019
1 parent
504e2ca
commit 49a3fd1
Showing
6 changed files
with
8 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
export NVM_DIR=~/.nvm | ||
if test ! $(which nvm) | ||
then | ||
echo "Installing NVM, Node, Bower and Ember" | ||
curl https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash | ||
source ~/.nvm/nvm.sh | ||
nvm install 0.10 | ||
nvm use 0.10 | ||
nvm alias default stable | ||
|
||
npm install -g bower | ||
npm install -g ember-cli | ||
npm install -g grunt-cli | ||
fi | ||
unset NVM_DIR | ||
brew install nodenv | ||
nodenv install 12.8.0 | ||
nodenv global 12.8.0 | ||
brew install yarn |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export PATH="$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$HOME/.dotfiles/bin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/btemple/.dotfiles/vim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters