summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/yadm/scripts/bootstrap/packages21
-rwxr-xr-x.config/yadm/scripts/bootstrap/packages-aur8
2 files changed, 19 insertions, 10 deletions
diff --git a/.config/yadm/scripts/bootstrap/packages b/.config/yadm/scripts/bootstrap/packages
index 4a273d0..679ffce 100755
--- a/.config/yadm/scripts/bootstrap/packages
+++ b/.config/yadm/scripts/bootstrap/packages
@@ -4,7 +4,7 @@
sudo pacman -Sy \
polkit man-db reflector \
eza ripgrep fd starship \
- rclone fuse2 \
+ rclone fuse3 \
imagemagick imv \
pass trash-cli lftp
@@ -22,10 +22,14 @@ sudo pacman -Sy \
sway swaybg waybar wofi \
alacritty libnotify mako \
brightnessctl alsa-utils \
- grim slurp mpv \
+ grim slurp mpv mpv-mpris \
cups cups-pdf sane \
keepassxc wl-clipboard \
- khal vdirsyncer
+ khal vdirsyncer \
+ p7zip bore
+
+sudo systemctl enable cups.service --now
+systemctl --user enable vdirsyncer.timer --now
echo "Install graphical applications? (could take a while) [Y/n]"
read REPLY
@@ -35,7 +39,8 @@ sudo pacman -Sy \
qutebrowser firefox \
thunderbird libreoffice-fresh \
element-desktop telegram-desktop signal-desktop discord \
- godot krita intellij-idea-community-edition \
+ godot krita intellij-idea-community-edition inkscape \
+ retroarch libretro-dolphin libretro-mupen64plus-next libretro-mgba libretro-citra libretro-desmume steam \
kdeconnect
# KDE Connect
@@ -45,12 +50,10 @@ fi
$(dirname $BASH_SOURCE)/gammastep/bootstrap
-sudo systemctl enable cups.service --now
-systemctl --user enable vdirsyncer.timer --now
-
sudo pacman -Sy \
xorg-xwayland \
- i3-wm i3status xorg-xinit xorg-server \
- feh rofi
+ i3-wm i3status xorg-xinit xorg-server xclip \
+ picom feh rofi scrot redshift gnome-keyring \
+ xdotool
$(dirname $BASH_SOURCE)/nix/bootstrap
diff --git a/.config/yadm/scripts/bootstrap/packages-aur b/.config/yadm/scripts/bootstrap/packages-aur
index 55acf8c..f46cb07 100755
--- a/.config/yadm/scripts/bootstrap/packages-aur
+++ b/.config/yadm/scripts/bootstrap/packages-aur
@@ -25,12 +25,18 @@ then
aur sync -nr lagrange
aur sync -nr localsend-bin
aur sync -nr moonlight-qt-bin
+ aur sync -nr minecraft-launcher
+ aur sync -nr nbtexplorer
+ aur sync -nr flips
sudo pacman -Sy \
freetube-bin \
lagrange \
localsend-bin \
- moonlight-qt-bin
+ moonlight-qt-bin \
+ minecraft-launcher \
+ nbtexplorer \
+ flips
fi
echo "Install japanese keyboard from aur? (will take a while) [Y/n]"