Skip to content

kiliman/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Setup New MacBook Pro

Open the Terimnal.app and run the following commands:

XCode Command Line Tools

xcode-select --install

Homebrew Package Manager

https://brew.sh/

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

iTerm2 Terminal Emulator

https://iterm2.com/

brew install --cask iterm2

Once you've installed iTerm2, you can use that as your default Terminal.

oh-my-zsh Terminal Shell Theme

https://ohmyz.sh/

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Git

https://git-scm.com/

brew install git

Visual Studio Code

https://code.visualstudio.com/

brew install --cask visual-studio-code

Node Version Manager

https://github.com/nvm-sh/nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

GitKraken Git GUI Client

https://gitkraken.dev/

brew install --cask gitkraken

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors