Update .config/packages/Brewfile
Add .gemrc
This commit is contained in:
parent
7c264ec22b
commit
7cb6d812ba
2 changed files with 5 additions and 0 deletions
|
@ -72,7 +72,11 @@ brew "ripgrep"
|
|||
brew "rust"
|
||||
# Cross-shell prompt for astronauts
|
||||
brew "starship"
|
||||
# Upgrade all the things
|
||||
brew "topgrade"
|
||||
# Internet file retriever
|
||||
brew "wget"
|
||||
# Laravel and PHP development environment manager
|
||||
cask "herd"
|
||||
# GPU-accelerated cross-platform terminal emulator and multiplexer
|
||||
cask "wezterm"
|
||||
|
|
1
dot_gemrc
Normal file
1
dot_gemrc
Normal file
|
@ -0,0 +1 @@
|
|||
gem: --no-document
|
Loading…
Reference in a new issue