This commit is contained in:
2026-03-08 08:27:23 +00:00
parent 0adc324277
commit 1511447330
13 changed files with 191 additions and 83 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env bash
#
source ~/.local/share/omarchy/bin/omarchy-pkg-add
source ~/.local/share/omarchy/bin/omarchy-pkg-aur-add
pacman_to_add=(
"tree"
"ttf-fira-code"
"cronie"
)
aur_to_add=(
"bazecor"
"lmstudio-bin"
)
package_str=$(IFS=' ' ; echo "${pacman_to_add[@]}")
aur_str=$(IFS=' ' ; echo "${aur_to_add[@]}")
omarchy-pkg-add $package_str
omarchy-pkg-aur-add $aur_str
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# Redirect the output to /dev/null to suppress any output if all is good!
omarchy-webapp-remove "HEY" 2>/dev/null || true
omarchy-webapp-remove "Basecamp" 2>/dev/null || true
omarchy-webapp-remove "Google Photos" 2>/dev/null || true
omarchy-webapp-remove "Google Messages" 2>/dev/null || true
omarchy-webapp-remove "Figma" 2>/dev/null || true
omarchy-webapp-remove "Zoom" 2>/dev/null || true
omarchy-webapp-remove "Fizzy" 2>/dev/null || true
omarchy-pkg-drop signal-desktop 2>/dev/null || true
rm -rf ~/Work/tries 2>/dev/null || true