Skip to content

Going beyond just dotfiles, but with Ansible. o_O

License

Notifications You must be signed in to change notification settings

cobyism/ricochet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Going beyond just dotfiles, but with Ansible. o_O

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published