summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install-arch.sh14
1 files changed, 10 insertions, 4 deletions
diff --git a/install-arch.sh b/install-arch.sh
index 0901675..cd65085 100644
--- a/install-arch.sh
+++ b/install-arch.sh
@@ -93,8 +93,8 @@ exit
# Desktop
sudo pacman -Sy \
sway alacritty waybar xorg-xwayland rofi \
- zsh nvim imv grim nnn \
- pipewire pipewire-pulse cups cups-pdf \
+ zsh nvim imv grim nnn ripgrep \
+ alsa-utils cups cups-pdf \
qutebrowser
mkdir -p $HOME/Applications
@@ -123,8 +123,14 @@ git clone https://aur.archlinux.org/aurutils.git $HOME/Applications/aurutils
cd $HOME/Applications/aurutils
makepkg -irs
-# dotfiles
+# AUR installs
aur sync yadm-git
-sudo pacman -Sy yadm-git
+aur sync nerd-fonts-hack
+
+sudo pacman -Sy \
+ yadm-git
+ nerd-fonts-hack
+
+# dotfiles
yadm clone --bootstrap https://gitlab.com/drogueronin/dotfiles