Update dotfiles/.local/Packages.config.terminal, dotfiles/.local/Brewfile.terminal

This commit is contained in:
Brian Zalewski 2022-11-21 02:47:54 +00:00
parent d95305c1c9
commit b5e3084abb
2 changed files with 3 additions and 0 deletions

View file

@ -36,6 +36,7 @@ tap "go-task/tap"
brew "go-task/tap/go-task" brew "go-task/tap/go-task"
# @brew [ripgrep](https://github.com/BurntSushi/ripgrep) - A fast recursive file search utility # @brew [ripgrep](https://github.com/BurntSushi/ripgrep) - A fast recursive file search utility
brew "ripgrep" brew "ripgrep"
brew "ripgrep-all"
# @brew [rsync](https://rsync.samba.org/) - Tool to do fast, incremental file transfers # @brew [rsync](https://rsync.samba.org/) - Tool to do fast, incremental file transfers
brew "rsync" brew "rsync"
# @brew [volta](https://volta.sh/) - Node version manager # @brew [volta](https://volta.sh/) - Node version manager

View file

@ -7,5 +7,7 @@
<package id="chocolatey" /> <package id="chocolatey" />
<package id="chocolatey-core.extension" /> <package id="chocolatey-core.extension" />
<package id="chocolateygui" /> <package id="chocolateygui" />
<package id="ripgrep" />
<package id="ripgrep-all" />
<package id="vault" /> <package id="vault" />
</packages> </packages>