Skip to content

Latest commit

 

History

History
executable file
·
39 lines (26 loc) · 654 Bytes

README.md

File metadata and controls

executable file
·
39 lines (26 loc) · 654 Bytes

Dotfiles

A semi-automated setup of my macOS environment.

Partially based on Mathias Bynens’ dotfiles.

Usage

I haven't written a fully automated install script, so installation is currently a multi-step process.

Base System

./system/configure-defaults.sh

Development Environment

./xcode/install-clt.sh
./homebrew/install.sh

Applications

brew bundle --file=homebrew/Brewfile-base
./system/configure-dock.sh

Dotfiles

./shell/install-dotfiles.sh
./shell/configure-bash.sh

Emacs

See the README file in the emacs/ directory.