diff options
Diffstat (limited to 'install-arch.sh')
-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 |