mirror of
https://github.com/shokinn/.files.git
synced 2025-09-13 11:14:30 +00:00
Add bash and shell-related tools to Brewfile for enhanced development environment
This commit is contained in:
parent
bb4c1a2234
commit
08cace7676
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
brew "asciinema"
|
brew "asciinema"
|
||||||
brew "age"
|
brew "age"
|
||||||
|
brew "bash"
|
||||||
|
brew "bash-language-server"
|
||||||
brew "bat"
|
brew "bat"
|
||||||
brew "btop"
|
brew "btop"
|
||||||
brew "colima", restart_service: :changed
|
brew "colima", restart_service: :changed
|
||||||
|
@ -34,6 +36,8 @@ brew "progress"
|
||||||
brew "pv"
|
brew "pv"
|
||||||
brew "ripgrep"
|
brew "ripgrep"
|
||||||
brew "ruff"
|
brew "ruff"
|
||||||
|
brew "shellcheck"
|
||||||
|
brew "shfmt"
|
||||||
brew "telnet"
|
brew "telnet"
|
||||||
brew "termshark"
|
brew "termshark"
|
||||||
brew "the_silver_searcher"
|
brew "the_silver_searcher"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue