-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.sh
executable file
·91 lines (81 loc) · 2.95 KB
/
setup.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#!/usr/bin/env bash
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install cask
brew install --cask iterm2
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install powerlevel10k
echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
brew install --cask --appdir="/Applications" virtualbox
brew install --cask --appdir="/Applications" vagrant
brew install --cask --appdir="/Applications" visual-studio-code
brew install --appdir="/Applications" jq
brew install --appdir="/Applications" wget
brew install --appdir="/Applications" kubernetes-cli
brew install --appdir="/Applications" docker
brew install helm
brew install node
brew install openconnect
brew install oath-toolkit
brew install redis
brew install awscli
brew install aws-rotate-key
brew install elasticache-cli
brew install pre-commit gawk terraform-docs tflint tfsec coreutils checkov
brew install aws-sam-cli
brew install docker-compose
brew install ansible
brew install gh
brew install --cask pgadmin4
brew install --cask notion
brew install --cask oracle-jdk
brew install --cask alfred
brew install --cask sublime-text
brew install --cask zoom
brew install --cask flycut
brew install --cask google-drive
brew install --cask krisp
brew install --appdir="/Applications" go
brew install --cask multipass
brew install terraform packer
brew install --cask miro
brew install --cask obs
brew install code-server
brew install --cask insomnia
brew install --cask 1password
brew install --cask stretchly
brew install speedtest
brew install speedtest-cli
brew install terragrunt
brew install zsh-syntax-highlighting
brew install zsh-autosuggestions
brew install httpie
brew install htop
brew install tree
brew install lnav
brew install tfenv
brew install pulumi
brew install gatsby-cli
brew install obsidian
brew install doitlive
brew install ldcli
brew install grafana
brew install colordiff
brew install --cask cheatsheet
brew install chatgpt
brew install 1password-cli
brew install --cask background-music
brew install termshot
exec zsh
brew tap homebrew/cask-fonts
brew install --cask font-jetbrains-mono
echo "iTerm -> Preferences -> Profiles -> Text -> Font:"
echo "JetBrain Mono -> Regular -> 12"
git clone https://github.com/mbadolato/iTerm2-Color-Schemes ~/Downloads/iTerm2-Color-Schemes && cd Downloads/iTerm2-Color-Schemes && tools/import-scheme.sh schemes/*
echo "iTerm -> Preferences -> Profiles -> Colors -> Color Presets, Import:"
echo "~/Downloads/iTerm2-Color-Schemes/schemes/Argonaut.itermcolors"
# get zsh config
curl --silent https://raw.githubusercontent.com/brandoncruz3/mac-setup/master/.zshrc --output ~/.zshrc
# get zsh powerlevel9k.zsh-theme
curl --silent https://raw.githubusercontent.com/brandoncruz3/mac-setup/master/.oh-my-zsh/custom/themes/powerlevel9k/powerlevel9k.zsh-theme --create-dirs --output ~/.oh-my-zsh/custom/themes/powerlevel9k/powerlevel9k.zsh-theme