-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrew.sh
executable file
·52 lines (44 loc) · 1.07 KB
/
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
46
47
48
49
50
51
52
#!/usr/bin/env zsh
# export environment variables
brew shellenv
# update homebrew
brew update
# upate installed formulae
brew upgrade
brew tap zegervdv/zathura
brew tap FelixKratz/formulae
# terminal programs
brew install bear
brew install borders
brew install girara --HEAD
brew install git
brew install helix
brew install iterm2
brew install koekeishiya/formulae/skhd
brew install koekeishiya/formulae/yabai
brew install neovim
brew install pkg-config
brew install scc
brew install showkey
brew install sketchybar
brew install slides
brew install graph-easy
brew install spaceship
brew install zathura --HEAD
brew install zathura-pdf-poppler
brew install zsh-autocomplete
brew install zsh-autosuggestions
brew install zsh-syntax-highlighting
# language servers
brew install bash-language-server
# graphical applications
brew install --cask brave-browser
brew install --cask github
brew install --cask discord
brew install --cask mactex-no-gui
brew install --cask sioyek
# fonts
brew tap homebrew/cask-fonts
brew install font-fira-mono-nerd-font
# remove outdated versions
brew cleanup