Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 970 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 970 Bytes

linux-machine-profile

A configuration-as-code repo to setup a Linux machine for development work

Prerequisites

Ansible will be required to configure the local machine with services and packages, installation instructions can be found here

https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html

On Ubuntu, this looks like the following:

$ sudo apt update
$ sudo apt install software-properties-common
$ sudo add-apt-repository --yes --update ppa:ansible/ansible
$ sudo apt install ansible

Browser Extensions

Firefox