Matthew Lopez
d7f6d366c4
Stop adding patches to the Git index by default
...
Continue adding patches to the index before doing a 3-way merge to avoid the error "file does not match index"
2024-06-04 16:11:05 -04:00
Matthew Lopez
1307fab457
Reduce non-verbose output in the scripts
2024-05-23 22:33:45 -04:00
Matthew Lopez
35e64a1044
Create verbose mode for all scripts and reduce default output
...
Man, dealing with passing arguments through multiple programs correctly is annoying. Tip: don't use eval, use "$@" instead.
2024-05-19 17:26:37 -04:00
Matthew Lopez
26a6737cdd
Set default script directory to git_base_dir
2024-05-19 15:39:25 -04:00
Matthew Lopez
05a67989cd
Rewrite scripts and improve user-friendliness
...
- Update all of the scripts to use Bash instead of sh so I can use arrays and other bashisms
- Create a complete Bash option parsing framework to replace function-lib.sh
- Rewrite all of the scripts to use this framework
- General script user-friendliness improvements, including loading existing environment variables by default instead of always requiring them to be specified
2024-05-10 17:22:25 -04:00
Matthew Lopez
826c52d706
Create internal directory for scripts
2024-05-03 13:17:36 +00:00
Matthew Lopez
48d677c4ad
Clean repos before setting up submodules
2024-04-28 12:51:40 -04:00
Matthew Lopez
95c3429e84
Make the scripts less verbose
2024-01-14 11:30:25 -05:00
Matthew Lopez
9512868f98
Make hashbangs and readme consistent
2024-01-08 13:07:34 -05:00
Matthew Lopez
8699f07763
Add fancy terminal styling to the scripts
2023-12-26 11:53:26 -05:00
Matthew Lopez
0bac0bbc13
Update and rename scripts to be more user-friendly
2023-12-23 23:17:58 -05:00
Matthew Lopez
fd2ec3801d
Rename some account server patches, misc small changes
2023-12-18 20:54:32 -05:00
Matthew Lopez
79a8b81bab
Start setting up the account server
...
This is about the minimum required to make the account server start. It doesn't fully work yet.
2023-12-17 14:39:20 -05:00