-
Notifications
You must be signed in to change notification settings - Fork 1
/
brew.sh
executable file
·45 lines (40 loc) · 979 Bytes
/
brew.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# System formulae
brew install stow
brew install openssl
brew install zsh
brew install tmux
brew install tmate
brew install tree
brew install coreutils
brew install git
brew install fzf
brew install ripgrep
brew install neovim
brew install reattach-to-user-namespace
# Development formulae
brew install direnv
brew install rbenv
brew install rbenv-vars
brew install rbenv-default-gems
brew install ruby-build
brew install go
brew install jenv
brew install rustup-init
# Yubikey
brew install ykman
brew install yubikey-personalization
brew install yubikey-agent
brew services start yubikey-agent # Start the service
# Taps
brew tap homebrew/cask-versions
# Applications
brew install appcleaner
brew install dropbox
brew install transmission
brew install gitup --cask
brew install tunnelblick
brew install keybase
brew install logi-options-plus
brew install spotify
# https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh
chmod -R go-w "$(brew --prefix)/share"