Skip to content

Commit

Permalink
setup-util: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jan 25, 2024
1 parent d4eb7fd commit d6cdc1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<!-- /BADGES -->


Dorothy is a dotfile ecosystem featuring:

- seamless support for [Bash](<https://en.wikipedia.org/wiki/Bash_(Unix_shell)>), [Zsh](https://en.wikipedia.org/wiki/Z_shell), [Fish](<https://en.wikipedia.org/wiki/Fish_(Unix_shell)>), [Nu](https://www.nushell.sh), [Xonsh](https://xon.sh), [Elvish](https://elv.sh), [Dash](https://wiki.archlinux.org/title/Dash), [KSH](https://en.wikipedia.org/wiki/KornShell)
Expand Down Expand Up @@ -277,12 +278,12 @@ Join the [Bevry Software community](https://discord.gg/nQuXddV7VP) to stay up-to

#### Contributors

- [Benjamin Lupton](https://github.com/balupton) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=balupton 'View the GitHub contributions of Benjamin Lupton on repository bevry/dorothy')
- [Bevry Team](https://github.com/BevryMe) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=BevryMe 'View the GitHub contributions of Bevry Team on repository bevry/dorothy')
- [BJReplay](https://github.com/BJReplay) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=BJReplay 'View the GitHub contributions of BJReplay on repository bevry/dorothy')
- [molleweide](https://github.com/molleweide) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=molleweide 'View the GitHub contributions of molleweide on repository bevry/dorothy')
- [Nutchanon Ninyawee](https://github.com/wasdee) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=wasdee 'View the GitHub contributions of Nutchanon Ninyawee on repository bevry/dorothy')
- [Sumit Rai](https://github.com/sumitrai) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=sumitrai 'View the GitHub contributions of Sumit Rai on repository bevry/dorothy')
- [Benjamin Lupton](https://github.com/balupton) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=balupton "View the GitHub contributions of Benjamin Lupton on repository bevry/dorothy")
- [Bevry Team](https://github.com/BevryMe) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=BevryMe "View the GitHub contributions of Bevry Team on repository bevry/dorothy")
- [BJReplay](https://github.com/BJReplay) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=BJReplay "View the GitHub contributions of BJReplay on repository bevry/dorothy")
- [molleweide](https://github.com/molleweide) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=molleweide "View the GitHub contributions of molleweide on repository bevry/dorothy")
- [Nutchanon Ninyawee](https://github.com/wasdee) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=wasdee "View the GitHub contributions of Nutchanon Ninyawee on repository bevry/dorothy")
- [Sumit Rai](https://github.com/sumitrai) β€” [view contributions](https://github.com/bevry/dorothy/commits?author=sumitrai "View the GitHub contributions of Sumit Rai on repository bevry/dorothy")

### Finances

Expand Down
2 changes: 1 addition & 1 deletion commands/setup-util
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function setup_util() (
function help {
# get content of this file between <installer-options> and </installer-options>
if command-exists sd; then
installer_options="$(cat "${BASH_SOURCE[0]}" | sd --flags=s '.+# <installer-options>\s+' '' | sd --flags=s '\s+# </installer-options>.+' '' | sd '\t' '' | sd 'local ' '')"
installer_options="$(sd --flags=s '.+# <installer-options>\s+|\s+# </installer-options>.+|\t|local ' '' <"${BASH_SOURCE[0]}")"
else
installer_options="$(echo-style --error='[sd] required to see the installer options, install with [setup-util-sd]')"
fi
Expand Down

0 comments on commit d6cdc1e

Please sign in to comment.