chriswortman / workstation_config

Repo to setup my personal workstation
MIT License
0 stars 0 forks source link

workstation_config

Repo to setup my personal workstation

Start Here

Most of my workspace config is going to happen via ansible, but I would a simple way to install ansible and get some basic stuff knocked out.(Maybe setup my own 'apt' repos, or pip packages)

Lucky for me, I'm only going to support ubuntu for now, which as of writing this, is on.. 'Candidate: 2.7.8+dfsg-1ubuntu0.19.04.1' The script is called 'wks_bootstrap.sh'

basically, will run these two commands, installing git, and ansible.

sudo apt update
sudo apt install -y git ansible
pip install 

Quickstart

chris@pop-os:~/code/workstation_config$ sudo -H ./wks_bootstrap.sh
chris@pop-os:~/code/workstation_config$ ansible-playbook local_machine.yml -K
SUDO password:

Things to to: