-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathosx_homebrew.bash
More file actions
38 lines (36 loc) · 839 Bytes
/
osx_homebrew.bash
File metadata and controls
38 lines (36 loc) · 839 Bytes
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
#!/bin/bash
brew install fish
brew install vim
brew install stow
brew install tmux
brew install reattach-to-user-namespace
brew install ctags --HEAD
brew install hg
brew install lighttpd
brew install wget
brew install htop
brew install scc
brew install datamash
brew install lua
brew install python
brew install pngcrush
brew install neomutt
brew install urlview
brew install contacts
brew install tty-clock
brew install youtube-dl
brew install tree
brew install jq
brew install ag
brew install mpsyt
brew install watch
brew install fzf
brew install rg
brew install graphviz
brew install pass
brew install pass-otp
brew install exa
brew install yt-dlp/taps/yt-dlp
brew install hledger
brew install zellij
# Hi Peter! Are you adding software here? If so, make sure to add it to linux_apt_get.bash if it makes sense. Sincerely, Past Peter