Skip to content

Alvin1978/InstallNewMacBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Downloads

Other Downloads

Install HomneBrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

To Update Brew

brew update

Install xCode (Used for Git & PWSH

xcode-select --install

Install GIT

Install and set up Git

it's recommended that you install Git through Homebrew

brew install git

To update the Git install, use Homebrew's upgrade option:

brew upgrade git

Configure Git

# git configuration setup
# git config --global push.default simple
# git config --global core.editor "vim"

# Set name and email in gitconfig
# git config --global user.name "Øyvind Pettersen"
# git config --global user.email johndoe@example.com
# git config --global push.default current

# Generate SSH keys (provide a good passphrase when asked)
ssh-keygen -t rsa -C "johndoe@example.com"

cd ~

About

My installations on new Macbook

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors