Skip to content

jpurnell/icloud-dotfiles

 
 

Repository files navigation

icloud-dotfiles

Having been burned a few times by different dotfiles strategies, I decided to just roll my own. Feel free to copy this if you're so inclined.

The basic gist of this:

  1. Store dotfiles in iCloud Drive
  2. Have a script that symlinks iCloud drive & dotfiles to my home directory and installs (or updates) the programs I use, such that it can be re-run gracefully

Setup

1. Fetch the dotfiles and throw them in iCloud Drive

Fork this repo and clone it into your iCloud Drive as "dotfiles" like so:

$ git clone --recursive https://github.com/searls/icloud-dotfiles.git "~/Library/Mobile Documents/com~apple~CloudDocs/dotfiles"

2. Run the setup script

Now, run the initial setup script (which you can review here):

$ ~/Library/Mobile\ Documents/com~apple~CloudDocs/dotfiles/bin/setup-new-mac

In my case, this sets up my symlinks, installs/updates my brew formulas, sets up Node & Ruby and then sources my bash profile.

About

My iCloud Drive-based dev environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 47.0%
  • Vim Script 35.5%
  • Ruby 13.2%
  • JavaScript 3.8%
  • AppleScript 0.5%