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 781aa9f commit e45345d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ install-nimf() {
git clone https://aur.archlinux.org/libhangul-git.git ~/.install/libhangul-git
cd libhangul-git && makepkg -si

if [ $? -ne 0 ]; then
error "Failed to install 'libhangul-git'"
fi

rm -rf ~/.install/nimf
git clone https://github.com/hamonikr/nimf.git ~/.install/nimf
cd nimf && makepkg -si
Expand Down Expand Up @@ -119,14 +123,12 @@ 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"

install-yay
install-nimf

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

else
Expand Down

0 comments on commit e45345d

Please sign in to comment.