3 Commits

Author SHA1 Message Date
Christopher
8dacfe28a4 🔧 refactor: Update config file URLs to new repository (#53)
Update URLs for various app configuration files to point to the
new big-bear-universal-apps repository. This ensures that the
latest configuration files are sourced from the correct location.
2025-10-29 16:42:29 -05:00
Christopher
222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
Christopher
e97002d727 Add script to generate Obsidian Livesync local.ini
file
2023-11-05 19:03:00 -06:00