Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 420 Bytes

workstation

My workstation initialization scripts, based on ansible playbook and targeted at Ubuntu 20.04 LTS.

run

$ sudo apt-get install -y ansible git sudo
$ git -C ~/Projects/workstation pull || git clone https://github.com/radoslawgrochowski/workstation ~/Projects/workstation
$ make

testing

using docker

make test

inspiration