Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 606 Bytes

File metadata and controls

19 lines (14 loc) · 606 Bytes

Ansible Lint

Linux Setup Scripts

Various Linux workstation setup scripts.

Ubuntu and Elementary do not come with Curl pre-installed so the following will take care of that

sudo apt update -y && sudo apt install curl -y

Bootstrap

curl https://codeberg.org/cbrookins/linux-setups/raw/branch/main/bootstrap.sh | sh

Move to Ansible was inspired by
https://github.com/charlesrocket/freebsd-playbook