diff options
-rw-r--r-- | install-arch.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/install-arch.sh b/install-arch.sh index eeed231..799b976 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -139,7 +139,7 @@ sudo pacman -Sy \ openssh zsh man-db \ ripgrep fd starship \ rclone fuse2 imagemagick \ - btop nnn pass git-bug \ + btop pass git-bug \ noto-fonts noto-fonts-cjk noto-fonts-emoji yadm bootstrap @@ -164,11 +164,13 @@ systemctl --user enable vdirsyncer.timer --now aur sync -r nerd-fonts-hack aur sync -r autojump aur sync -r sway-services-git +aur sync -r nnn-nerd sudo pacman -Sy \ nerd-fonts-hack \ autojump \ - sway-services-git + sway-services-git \ + nnn-nerd # Japanese input aur sync -ru fcitx5-mozc-ut |