-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbrew.sh
executable file
·57 lines (53 loc) · 1.37 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
53
54
55
56
57
#!/usr/bin/env bash
# Prerequisites:
# * Homebrew - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew upgrade
brew install coreutils
brew install git
brew install subversion
brew install less
brew install gnupg
brew install wget
brew install neofetch
brew install neovim
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
brew install fnm
brew install python
brew install lua
brew install bat
brew install eza
brew install fd
brew install ripgrep
brew install fzf
brew install git-delta
brew install jq
brew install jless
brew install tfenv
brew install awscli
brew install kubernetes-cli
brew install k9s
brew install helm
brew install tealdeer
brew install croc
brew tap deviceinsight/packages
brew install deviceinsight/packages/kafkactl
brew install openvpn
brew tap homebrew/cask-fonts
brew install --cask font-fira-code-nerd-font
brew install --cask google-chrome
brew install --cask visual-studio-code
brew install --cask docker
brew install --cask spotify
brew install --cask telegram
brew install --cask alacritty
brew install --cask balance-lock
brew install --cask scroll-reverser
brew install --cask karabiner-elements
brew install --cask bettertouchtool
brew install --cask yabai
brew install --cask iina
brew install --cask zoom
brew install --cask 1password
brew install --cask 1password-cli
brew cleanup