Skip to content

TheQueenIsDead/linux-machine-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published