add and move stuff
This commit is contained in:
19
scripts/03_setup_gui_programs.sh
Executable file
19
scripts/03_setup_gui_programs.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user