Skip to content

Commit

Permalink
Update install-arch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chevcast authored Jan 12, 2025
1 parent a3868b1 commit a7819a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ volta install node@latest
export PATH="$HOME/.volta/bin:$PATH"
echo "...done!"

# Update neovim plugins.
echo "Installing Neovim plugins..."
nvim --headless "+Lazy! sync" "+sleep 5" +MasonUpdate "+sleep 5" +TSUpdateSync "+sleep 5" +qa
echo "...done!"

# Change user's default shell to ZSH.
echo "Authorizing ZSH and setting default shell..."
sudo sh -c "echo $(which zsh) >> /etc/shells"
Expand Down

0 comments on commit a7819a2

Please sign in to comment.