summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorbh <qn+git@epicurus.dev>2026-03-23 20:55:51 +0800
committerbh <qn+git@epicurus.dev>2026-03-23 20:55:51 +0800
commit5bca208b0cd31d32cf09a5681dc0e320851cd28d (patch)
tree5d7ea9cb8842c67acfdb081013fab1080a8ea826 /install
parentdcd8f18bd6d6325aa56c91ba92e8f1ae9f617923 (diff)
Add aur install script
Diffstat (limited to 'install')
-rwxr-xr-xinstall16
1 files changed, 12 insertions, 4 deletions
diff --git a/install b/install
index 870cf79..48f0c77 100755
--- a/install
+++ b/install
@@ -52,7 +52,6 @@ packages=(
audacity
gimp
blender
- dropbox-cli
flatpak
thunar
@@ -75,7 +74,7 @@ packages=(
zoxide
yazi
tmux
- aria2c
+ aria2
jq
perl-rename
lftp
@@ -96,6 +95,13 @@ packages=(
wl-clipboard
cliphist
+ # Backup Desktop
+ bspwm
+ sxhkd
+ polybar
+ feh
+ xorg
+
# Drivers
bluez
cups
@@ -158,7 +164,7 @@ packages=(
ttf-monoid-nerd
ttf-mononoki-nerd
ttf-mplus-nerd
- ttf-nanumgothic_coding
+ # ttf-nanumgothic_coding
ttf-nerd-fonts-symbols
ttf-nerd-fonts-symbols-mono
ttf-noto-nerd
@@ -180,7 +186,9 @@ packages=(
# Music
reaper
timidity++
-
+ mpd
+ mpc
+ rmpc
)
sudo pacman -S --needed "${packages[@]}"