Update dotfiles/.local/Packages.config.terminal, dotfiles/.local/Brewfile.terminal
This commit is contained in:
parent
d95305c1c9
commit
b5e3084abb
2 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,7 @@ tap "go-task/tap"
|
|||
brew "go-task/tap/go-task"
|
||||
# @brew [ripgrep](https://github.com/BurntSushi/ripgrep) - A fast recursive file search utility
|
||||
brew "ripgrep"
|
||||
brew "ripgrep-all"
|
||||
# @brew [rsync](https://rsync.samba.org/) - Tool to do fast, incremental file transfers
|
||||
brew "rsync"
|
||||
# @brew [volta](https://volta.sh/) - Node version manager
|
||||
|
|
|
@ -7,5 +7,7 @@
|
|||
<package id="chocolatey" />
|
||||
<package id="chocolatey-core.extension" />
|
||||
<package id="chocolateygui" />
|
||||
<package id="ripgrep" />
|
||||
<package id="ripgrep-all" />
|
||||
<package id="vault" />
|
||||
</packages>
|
||||
|
|
Loading…
Reference in a new issue