Now just using a dotfiles setup (aallbrig/dotfiles
). KISS ansible scripting for local provisioning goodbye 😗.
Here are my setup scripts, written using ansible
. These help me quickly configure whatever computer I'm on.
./first-install.sh
./run.sh
./run.sh
Use git
!
- Support
ubuntu
in./first-install.sh
script - Support
windows
in./first-install.sh
script - Add role for
thinkpad-ubuntu
- Add role for
desktop-windows
- Update
./first-install.sh
to run without first cloning this repo (usingcurl $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)
- Install
- Leverage
vagrant
more to test these scripts in VMs emulating the target OSes