- Create a new folder under your home directory with name
Code
for Git repositories - Install font for command line interface Source Sans Pro for Powerline
- Install Homebrew
- Install Git via Homebrew
- Install Hyper or iTerm 2 via Homebrew
- Install oh-my-zsh
- Install Visual Studio Code
git config --global user.name "Max Mustermann"
git config --global user.email "[email protected]"
Warning! You'll get notified by GitHub when using an private email address. Check out this
Information about using SSH on GitHub repositories are found here
Don't forget to add SSH Key to GitHub account
Go to .ssh folder
cd ~/.ssh && ssh-keygen
Create SSH Key and copy to clipboard
cat id_rsa.pub | pbcopy
Add possibility to start Visual Studio Code from terminal
- Start Visual Studio Code
- Press
CMD + SHIFT + P
to open Command Palette - Type
Shell
- Select
Shell Command: Install code in PATH
Now you can open a file from terminal command in Visual Studio Code
code .
Configure terminal
- Open Visual Studio Code
- Press
CMD + Shift + P
, typesettings.json
and navigate toOpen User Settings (JSON)
- Paste raw code from
settings.json
into Visual Studio Code settings
- Open .zshrc file
code ~/.zshrc
- Paste the content from
.zshrc
- Import Halcyon Color Scheme (You can use this for many code editors as well as terminals)
- Import preferences from
.hyper.js
or import JSON-Fileskaiwlkr.json
as a profile in iTerm from this repository - Change the home path of located code/repositories