Skip to content

simonsmith/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

Mac config and setup steps.

First steps

Install Homebrew

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

This will also install command line tools

Clone dotfiles to home directory

git clone https://github.com/simonsmith/dotfiles.git

Install

Run install script from dotfiles directory:

cd dotfiles
./install.sh

Set macOS defaults:

./scripts/macos.sh

When complete, open new terminal window and run zplug install

Manual steps

  • Add private dotfiles to home directory (.extra and .gitconfig.local).

Releases

No releases published

Packages

No packages published