diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-04 13:27:27 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-04 13:27:27 +0100 |
commit | 0fd1c427a33822eb9b88b0a1118ddfff23aba6fc (patch) | |
tree | f7dcee69a7032d703b3effb43de7c093a694ef18 | |
parent | c82fe347269532626773888931a093e3cc9219a8 (diff) |
Set AUR_PAGER
-rw-r--r-- | install-arch.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install-arch.sh b/install-arch.sh index 71b0b3d..6f9cc4b 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -112,7 +112,8 @@ sudo echo "Include /etc/pacman.d/aurutils" >> /etc/pacman.conf sudo install -d /var/cache/pacman/aurutils -o $USER repo-add /var/cache/pacman/aurutils/aurutils.db.tar -sudo pacman -Syu +sudo pacman -Syu neovim +export AUR_PAGER=nvim git clone https://aur.archlinux.org/aurutils.git $HOME/Applications/aurutils cd $HOME/Applications/aurutils @@ -125,7 +126,7 @@ yadm clone https://gitlab.com/drogueronin/dotfiles # CLI sudo pacman -Sy \ - zsh nvim \ + zsh \ ripgrep fd \ nnn |