Additional installs for work

This commit is contained in:
Andrew Tomaka 2023-01-06 09:11:37 -05:00
parent b1f33b7acb
commit c7543de2b0
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 10 additions and 2 deletions

View file

@ -16,7 +16,8 @@ install_homebrew() {
install_shared_applications() {
brew install direnv fzf git stow the_silver_searcher tmux \
vim zsh rbenv ruby-build tfenv nodenv node-build tig libpq gnupg llvm \
awscli cmake jq watch gh nvim openssl@1.1 openssl@3 readline libyaml gmp
awscli cmake jq watch gh nvim openssl@1.1 openssl@3 readline libyaml gmp \
pyenv
install_fzf
install_rust
@ -135,7 +136,7 @@ install_darwin() {
# gui
brew install --cask docker rectangle slack google-chrome alacritty telegram \
discord element brave-browser
discord element brave-browser zoom notion
install_tmux_terminfo
}