diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-24 11:05:00 +0200 | 
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-24 11:05:00 +0200 | 
| commit | e553f63cd0dce8752b028dc70597de5639bbd37b (patch) | |
| tree | bf92bc2f16252188bc6ef40f57f4b547acdb8e73 /.config/yadm/scripts/bootstrap | |
| parent | 7d2b7ededbc49d62714fa04f6ba9dce6919c1037 (diff) | |
[yadm] update bootstrap packages
Diffstat (limited to '.config/yadm/scripts/bootstrap')
| -rwxr-xr-x | .config/yadm/scripts/bootstrap/packages | 21 | ||||
| -rwxr-xr-x | .config/yadm/scripts/bootstrap/packages-aur | 8 | 
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]"  | 
