All Projects → cobyism → ricochet

cobyism / ricochet

Licence: MIT license
Going beyond just dotfiles, but with Ansible. o_O

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Ricochet

An experiment in automating my laptop’s setup with Ansible.

Things that this includes:

Basically, the goal is to automate as much of my computer’s setup as possible.

Bootstrapping

Run the following command in a terminal.

curl https://raw.githubusercontent.com/cobyism/ricochet/master/bootstrap.sh | sh

This will:

  • Clone Ricochet into ~/code/ricochet.
  • Run strap, to get the following installed:
    • Xcode command line tools, xcode license agreed to, etc.
    • Homebrew, as well as the brew bundle command, Caskroom, and other niceties.
    • Miscellaneous OS X stuff (ensuring filevault is on, disabling java in Safari, fetch software updates etc.)
  • Install Ansible, which this project uses to do stuff.
  • Run Ricochet for the first time, putting everything in place.

Ongoing usage

Run the following command to ensure everything is set up as it should be.

ricochet all

Once ricochet has been pulled down and run once, you can just refresh various aspects of your setup as you add stuff to the lists:

  • ricochet apps will fetch all homebrew/cask packages and fonts.
  • ricochet dev will install all gems and npm packages.
  • ricochet dotfiles will ensure all dotfiles are symlinked into ~.
  • ricochet setup will configure osx defaults, maid automation, and misc app preferences.
  • etc.

Notes

Some things to be aware of:

  • Removing things from a list won’t remove it from your system.
  • This could mess your system up horribly. Use at your own peril.

License

MIT, so go 🔩s.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].