Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron authored Feb 14, 2020
1 parent 27e1e4e commit ea49354
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ sudo xcodebuild -license accept
# Install nvm
echo "==> Installing nvm..."
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | zsh

# Install latest release of node
echo "==> Installing latest node LTS via nvm..."
nvm install lts/* --latest-npm
Expand All @@ -46,9 +47,6 @@ echo "==> Installing VimAwesome..."
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh

# Reload profile
source ~/.zshrc

# VSCode packages
echo "==> Installing VSCode Packages..."
xargs -n 1 code --install-extension < ~/code/github/dotfiles/vscode/extensions.txt
Expand All @@ -61,4 +59,7 @@ git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"
echo "==> Cleaning up Homebrew..."
brew cleanup

# Reload profile
source ~/.zshrc

echo "==> Done!"

0 comments on commit ea49354

Please sign in to comment.