Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 28, 2024
1 parent d1f42c0 commit bfa3ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,15 @@ if [ "$machine" == "Mac" ]; then
elif [ "$machine" == "Linux" ]; then
echo "Installing Linux packages.."
install-yay
install-nimf

command -v chezmoi &> /dev/null || yay -Sy chezmoi
chezmoi init github.com/xvzc/dotfiles || error "Filed to init chezmoi"
chezmoi apply -R || error "Failed to apply dotfiles"

yay -S --needed --noconfirm - < ~/.local/share/chezmoi/setup/arch-packages.txt

install-nimf

else
error "Cannot determine operating system."
fi
Expand Down

0 comments on commit bfa3ef5

Please sign in to comment.