simonsmith / dotfiles

My mac setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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).

About

My mac setup


Languages

Language:Shell 60.1%Language:Vim Script 39.3%Language:AppleScript 0.6%