Herein lies configuration files and scripts for installing them onto OSX (Apple Mac operating system).
sh install.sh
sh setup.sh
NOTE: setup.sh
assumes that install.sh
has run and completed
successfully.
What started as a collection of application configuration files has morphed into a set of scripts for turning a clean machine into a customized software development environment. It's customized for my work, but could be adapted for you.
These dotfiles have 2 phases:
- install phase
- setup phase
As you would expect, the install phase moves files around. It
installs then runs Homebrew (many times!), it downloads applications
and installs all the applications. The details of which applications
are installed are in the install/
directory. The subdirectories of
install/
indicate explicit order thus handling dependencies.
The setup phase deals with configuration. It generates and sets up symlinks in the host filesystem for applications to access the configuration.
The configuration files (or the scripts that generate them) all exist within this git repo. Nothing new is downloaded or installed in this phase.
The setup phase scripts can be found in setup/
. Unlike the
install phase, this phase has no concept of order or dependencies.
It assumes that symlink'ing configuration files shouldn't depend on
any other.