Update dotfiles/.local/Brewfile.full, dotfiles/.local/Brewfile.dev, dotfiles/.local/Packages.config.dev, dotfiles/.local/Brewfile.terminal, dotfiles/.local/Packages.config.terminal, dotfiles/.local/Scoop.dev, dotfiles/.local/Scoop.terminal, dotfiles/.local/Scoop.kubernetes, dotfiles/.local/Scoop.full
This commit is contained in:
parent
6a5c7653fe
commit
0d7432134f
9 changed files with 18 additions and 1 deletions
|
@ -176,6 +176,12 @@ brew "bandwich"
|
|||
brew "awscli"
|
||||
brew "azure-cli"
|
||||
brew "consul-template"
|
||||
brew "yank"
|
||||
brew "yarn"
|
||||
brew "wkhtmltopdf"
|
||||
brew "waypoint"
|
||||
brew "watchman"
|
||||
brew "upx"
|
||||
|
||||
# Homebrew Casks (only available on macOS)
|
||||
# e.g. `brew install --cask <program>`
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# that include all the software we deem worthy. It is the default Brewfile configuration for full desktop deployments using
|
||||
# [Gas Station](https://gitlab.com/megabyte-labs/gas-station).
|
||||
|
||||
brew "cointop"
|
||||
brew "cointop"
|
|
@ -118,3 +118,5 @@ brew "yj"
|
|||
brew "vim"
|
||||
brew "whalebrew"
|
||||
brew "etcd"
|
||||
brew "wget"
|
||||
brew "tree"
|
||||
|
|
|
@ -10,4 +10,9 @@
|
|||
<package id="chocolatey-core.extension" />
|
||||
<package id="chocolateygui" />
|
||||
<package id="consul-template" />
|
||||
<package id="powertoys" />
|
||||
<package id="upx" />
|
||||
<package id="watchman" />
|
||||
<package id="wkhtmltopdf" />
|
||||
<package id="yarn" />
|
||||
</packages>
|
||||
|
|
|
@ -11,5 +11,8 @@
|
|||
<package id="fzf" />
|
||||
<package id="ripgrep" />
|
||||
<package id="ripgrep-all" />
|
||||
<package id="tree" />
|
||||
<package id="vault" />
|
||||
<package id="vim" />
|
||||
<package id="wget" />
|
||||
</packages>
|
||||
|
|
1
dotfiles/.local/Scoop.dev
Normal file
1
dotfiles/.local/Scoop.dev
Normal file
|
@ -0,0 +1 @@
|
|||
waypoint
|
0
dotfiles/.local/Scoop.full
Normal file
0
dotfiles/.local/Scoop.full
Normal file
0
dotfiles/.local/Scoop.kubernetes
Normal file
0
dotfiles/.local/Scoop.kubernetes
Normal file
0
dotfiles/.local/Scoop.terminal
Normal file
0
dotfiles/.local/Scoop.terminal
Normal file
Loading…
Reference in a new issue