Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.
/ new-mac-setup Public archive

💻 Take some of the work out of setting up a new Mac by automating with Homebrew and Github stored dotfiles

Notifications You must be signed in to change notification settings

tdhopper/new-mac-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Install programs and configure a new Mac.

Add SSH key for Github.

Run $ bash setup.sh. This will install miniconda and Homebrew.

Install all the software listed in the Brewfile with brew bundle. (This requires brew tap Homebrew/bundle to be run first; it's included in setup.sh.)

Finding applications installed by Homebrew with Alfred may required configuring the Alfred search path to include /opt/homebrew-cask/Caskroom/.

To setup dotfiles, run

$ git clone git@github.com:tdhopper/dotfiles.git
$ cd dotfiles
$ . makesymlinks.sh

To setup Sublime Text syncing, run

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
rm -r User
ln -s ~/Dropbox/Sublime/User

To update everything installed with Homebrew, run $ brew upgrade --all . To delete everything installed by Homebrew but not in the Brewfile, run $ brew bundle cleanup. More on Brewfiles is available here.

To set default application for certain file types to run in, run

$ duti ~/.duti

About

💻 Take some of the work out of setting up a new Mac by automating with Homebrew and Github stored dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages