diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-05 12:45:09 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-05 12:45:09 +0100 |
commit | 949b5c323595d9dd75582cc43e0773febee96836 (patch) | |
tree | 455dbe4c30101ca32140904104673b7e5b203af8 | |
parent | e67ef010efe2f1f45898f8efb7eaf8fc2620d2dc (diff) |
Add missing packages
-rw-r--r-- | install-arch.sh | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/install-arch.sh b/install-arch.sh index f383284..69e6ccc 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -114,7 +114,7 @@ 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 neovim +sudo pacman -Syu git neovim export AUR_PAGER=nvim git clone https://aur.archlinux.org/aurutils.git $HOME/Applications/aurutils @@ -128,18 +128,21 @@ yadm clone https://gitlab.com/drogueronin/dotfiles # CLI sudo pacman -Sy \ - zsh \ + openssh zsh man-db \ ripgrep fd \ - nnn + rclone fuse2 \ + btop nnn yadm bootstrap # Desktop sudo pacman -Sy \ - sway alacritty waybar mako \ + sway alacritty waybar \ + libnotify mako \ xorg-xwayland wofi \ alsa-utils cups cups-pdf \ - imv grim \ + imv grim mpv \ + keepassxc wl-clipboard \ qutebrowser # AUR installs |