9 Commits

Author SHA1 Message Date
vlad doster
eed099b954 Cohesive shell script formatting
- Format all shell scripts using [shfmt]
  (https://github.com/mvdan/sh).

Options used:

* `-bn`: binary ops like && and | may start a line
* `-sr`: redirect operators will be followed by a space
* `-ci`: indent switch cases
* `-i 4`: indent 4 spaces
* `-s`: simplify the code
* `-p`: parse for posix compliance

- Add Github action to lint changes to scripts and enforce formatting
  going forward

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2021-03-15 06:16:20 -05:00
JameyBear
f820ccf4dd
Shellcheck (#676)
Co-authored-by: WhispersOfJ <kaotiks@gmail.com>
2020-06-01 15:29:57 -04:00
Luke Smith
9fe6802122
oops for config 2020-04-08 19:10:00 -04:00
Luke Smith
422d106fba
assume default values if xdg dirs not set 2020-04-08 17:21:40 -04:00
Dennis Lee
a29eaec506 substitute ~/.config with $XDG_CONFIG_HOME 2020-04-04 13:00:08 -07:00
Luke Smith
2b5df860de
#!/bin/sh shebang. newline after universalized. 2020-02-08 18:43:37 -05:00
Luke Smith
a5e66ac4f4
merger of bin 2019-11-23 16:16:30 -05:00
Luke Smith
840c690539 cron deleted 2019-05-18 16:23:21 -04:00
Luke Smith
54920103c2 scripts moved to ~/.local/bin 2019-05-18 00:07:32 -04:00