add and move stuff

This commit is contained in:
2024-04-20 20:11:17 +02:00
parent d33f7da9df
commit 010cf75ce4
78 changed files with 7991 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/bash
# GUI Programs
# run the 02_setup_programs.sh first
# brave
paru -S --noconfirm brave-bin
# obsidian
sudo pacman -S --noconfirm obsidian
# keepassxc
sudo pacman -S --noconfirm keepassxc
# syncthing
sudo pacman -S --noconfirm syncthing
systemctl --user enable syncthing
systemctl --user start syncthing