Skip to content

aallbrig/computer-setup-scripts

Repository files navigation

Andrew Allbright's computer setup scripts

Here are my setup scripts, written using ansible. These help me quickly configure whatever computer I'm on.

First Time Installation

./first-install.sh
./run.sh

Update

./run.sh

Saving

Use git!

Roadmap

  1. Support ubuntu in ./first-install.sh script
  2. Support windows in ./first-install.sh script
  3. Add role for thinkpad-ubuntu
  4. Add role for desktop-windows
  5. Update ./first-install.sh to run without first cloning this repo (using curl $URL | sh - technique).
    • Install git if not installed
    • Make ~/src it not created
    • Clone this repo to ~/src/computer-setup-scripts (try ssh, fallback to https)
    • Get ansible installed (as it does currently)
  6. Leverage vagrant more to test these scripts in VMs emulating the target OSes

About

My local development machine provisioning script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published