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 14, 2025
1 parent 49c3d2d commit e61e53f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ echo "...done!"
# Install rust.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

# 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 e61e53f

Please sign in to comment.