diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-04-16 12:08:10 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-04-16 12:08:10 +0200 |
commit | 9dbb2957bc3a52b0e592e2848618f31ded9ca6ee (patch) | |
tree | 1460637dbe0b7b92da48dfa77bcedc4e6546bb19 | |
parent | 938b56ee6d14a1232bd6527921464bc1f421b287 (diff) |
Use nnn-nerd from AUR instead of nnn
-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 |