Commit Graph

810 Commits

Author SHA1 Message Date
me d8a29952f6 Move messaging apps to the end of the favorites bar. 2025-11-21 15:33:40 -07:00
me 1d699ae4a5 Run pull and build before taking the container down. 2025-11-21 08:29:02 -07:00
me c568e0efbb Ensure headers are always installed on Debian systems. They stopped being included on a Macbook which resulted in Broadcom wl not being available, meaning WiFi was not working. 2025-11-19 12:31:20 -07:00
me f48fcaf610 Stop using the Hugo Server params recommended by YT videos, they seem to make things break and also cause caching issues which were not previously present. 2025-11-16 07:24:03 -07:00
me 692df74d41 Add reset of function files in case of renames. 2025-11-10 21:57:20 -07:00
me 683e03eab2 Move function files to their own folder. Move the copy to General from Workstation. Leave dwm-status function under Workstation. 2025-11-10 21:37:25 -07:00
me a4378c2bb3 Use for loop and . to keep functions in current shell. 2025-11-10 21:25:14 -07:00
me dde5b35bef Ensure all function files get sourced rather than hardcoding them. 2025-11-10 21:19:16 -07:00
me f562c8aecd Create function files as executable. 2025-11-10 16:46:00 -07:00
me 46d1bfb70e Still thinking of rewording line 2. Modify spacing. 2025-11-10 15:05:42 -07:00
me 2770bbac5f If the DWM helper functions are available, go ahead and source them for local usage. 2025-11-10 14:47:46 -07:00
me b48dbbeee1 Copy the new dwm function files into the global bin, usually /usr/local/bin/. 2025-11-10 14:41:38 -07:00
me 8898959a95 Fix typo in comment. 2025-11-09 20:01:14 -07:00
me 4c467fff6d Add multiple versions of calling hugo server. 2025-11-08 15:28:15 -07:00
me c927a5bd2d Add alias for running hugo server with sane defaults. 2025-11-08 15:20:19 -07:00
me 0d8d872bfc Fix typo in "portion". 2025-10-30 15:15:28 -07:00
me 2be7e028b6 Add Mullvad to the end of favorites list. 2025-10-30 12:13:55 -07:00
me f8a60b4287 Change final backup check to use du again, not ls -l. 2025-10-24 15:26:40 -07:00
me a7f395a62a Remove test output. 2025-10-24 15:18:44 -07:00
me f02aec2cdb Fix case of DOCKER value. 2025-10-24 15:16:57 -07:00
me a94959bcf9 Add more verbosity. Change "BACKUP" to "DOCKER". 2025-10-24 15:15:05 -07:00
me 5004250f85 Add aliases for reloading shell like in Termux environment. 2025-10-24 14:55:11 -07:00
me 4c4d4bbef7 Additional enhancements to pulling Production backups. 2025-10-24 14:53:36 -07:00
me d32b636a99 Add more output. 2025-10-23 20:02:52 -07:00
me a7083733cc Add check on whether any zips were successful. 2025-10-23 19:59:56 -07:00
me 97ddcc4573 Properly handle removing the failed files. 2025-10-23 19:50:57 -07:00
me dc2ae57bd6 Add command to pull production backups while making sure that failed downloads are easily identified. 2025-10-23 19:42:50 -07:00
me 82ab31b9ea Add Grayjay to GNOME favorites. 2025-10-20 19:33:09 -07:00
me 49ababedc5 Add the flatpak Grayjay. 2025-10-20 19:32:49 -07:00
me 0d3931d738 Fix cronjobs to use BASH for RANDOM variable. 2025-10-19 21:41:59 -07:00
me 7c93f25a5d Add output for why dev branch shows up twice during load-prod. 2025-10-15 06:45:49 -07:00
me 8445b64d6b Check if the dev branch exists before moving to it. 2025-10-15 06:42:16 -07:00
me 8dfb3fe2a6 Change rollback aliases to only go down 1 layer. Add reset aliases for going all the way back to main. 2025-10-15 06:38:50 -07:00
me 5b749d2100 Fix failed branch switch. Hardcode to dev! 2025-10-15 06:35:02 -07:00
me 57ca267aa5 Add back the display of the current local branch we're on. Add newlines for readability. 2025-10-15 06:32:28 -07:00
me 2ca308c287 Re-do changes lost between branch pointing. 2025-10-15 06:28:38 -07:00
me 40ee72b587 Only continue each commnd if they are successful. 2025-10-15 06:15:13 -07:00
me 13bc98d7ef Further enhancments to load-branch. Better output and branch choices. 2025-10-15 06:06:05 -07:00
me d916637798 Complete the conditional branches. 2025-10-15 05:53:48 -07:00
me 71d236d0ba Add aliases to roll branches back to main, AKA the last official pull request. 2025-10-15 05:48:18 -07:00
me d81c424878 Allow using load-prod and load-stage with any branch, and default to dev if nothing is provided. 2025-10-15 05:47:01 -07:00
me 73e527640f Add heads back onto the ls-remote command. 2025-10-15 05:41:12 -07:00
me aa3075a9fc Do not do switch back to sender if did not switch to receiver. 2025-10-15 05:33:17 -07:00
me 89cdf8157f Add other missing then. 2025-10-15 05:19:57 -07:00
me 4e0ff86295 Add missing then. 2025-10-15 05:19:21 -07:00
me 305b8df6ff Ensure user is on dev branch if it exists. 2025-10-15 05:09:56 -07:00
me 6a78933875 Add helper for reorienting a git branch. 2025-10-15 04:52:15 -07:00
me b4cdea984e Add sleep to ansible-pull commands. Change weekly force to daily. Use explicit command rather than rarely used file. 2025-10-14 11:09:24 -07:00
me 4651726268 Do a full truncate of backup directory so that partial zips with weird hash names and no file extension get deleted as well. 2025-10-14 08:36:53 -07:00
me d5393f60f3 Add cleanup for backups. 2025-10-14 08:34:33 -07:00