-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands.sh
28 lines (26 loc) · 992 Bytes
/
commands.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
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew install --cask iterm2
# update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts, keys presets Natural Text Editting
# If going for zsh
brew install zsh # if zsh is not installed
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # https://ohmyz.sh/
# Theme: https://github.com/romkatv/powerlevel10k
brew install fortune
brew install cowsay
brew install git
brew install vcprompt
# update .zshrc
brew install --cask spectacle
brew install --cask alfred
# set CMD+space to launch alfred
brew install --cask google-chrome
# install nvm/node
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm install stable
mkdir ~/dev
npm install -g lite-server eslint reveal-md
brew install --cask visual-studio-code
# update vscode settings
# install vscode extensions