Skip to content

levensailor/macos-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applications

Homebrew

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

Applications

brew install $(<packages.txt)

Terminal

curl https://github.com/levensailor/macos-setup/.zshrc -o ~/.zshrc

Install oh-my-zsh (optional)

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Git Configuration

git config --global user.email "[email protected]" && git config --global user.name "Jeff Levensailor"

Install XCode Developer Tools

xcode-select --install

Generate an RSA key for SSH

ssh-keygen -t rsa

Remove JamF (optional)

sudo jamf -removeFramework

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages