-
Notifications
You must be signed in to change notification settings - Fork 0
/
brew.sh
69 lines (61 loc) · 1.82 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
58
59
60
61
62
63
64
65
66
67
68
69
#!/usr/bin/env bash
# Install command-line tools using Homebrew.
# Install homebrew if it is not installed
which brew 1>&/dev/null
if [ ! "$?" -eq 0 ] ; then
echo "Homebrew not installed. Attempting to install Homebrew"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"
if [ ! "$?" -eq 0 ] ; then
echo "Something went wrong. Exiting..." && exit 1
fi
fi
git -C $(brew --repo homebrew/core) checkout master
# Make sure we’re using the latest Homebrew
brew update
# Install
brew install zsh
brew install tmux
brew install fzf
brew install swift-sh
brew install ripgrep
brew install pyenv
brew install --cask alfred
brew install fd
brew install sourcery
brew install rbenv
brew install shellcheck
brew install socat
brew install --cask setapp
brew install --cask sim-genie
brew install --cask 1password
brew install --cask 1password/tap/1password-cli
brew install --cask iterm2
brew install --cask visual-studio-code
brew install --cask deckset
brew install --cask roon
brew install --cask loopback
brew install --cask reveal
brew install --cask nslogger
brew install --cask paw
brew install --cask bettertouchtool
brew install --cask meetingbar
brew install --cask db-browser-for-sqlite
brew install --cask karabiner-elements
brew install --cask xcodes
brew install neovim
brew install --cask readdle-spark
brew install --cask fertigt-slate
brew install --cask obsidian
brew install devutils
brew install --cask copilot-for-xcode
brew install gh
brew install --cask keyboard-maestro
brew install --cask arc
brew install --cask charles
# xcode commandline tools
sudo xcode-select --install
# install fzf completions
"$(brew --prefix)"/opt/fzf/install
# Xcodes Themes
cp xcode_themes/*.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/