tomdewildt / workstation

Configuration and setup for my development workstation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workstation

Build License

This repository contains the configuration and setup scripts for my development workstation. I use Regolith (Ubuntu 20.04) as my operating system and my primary workstation is a Dell XPS 15 7590.

How to run

Prerequisites:

  • ansible version 2.8.5 or later
  • ansible-lint version 4.2.0 or later

Linux

  1. Run make init to initialize the environment.
  2. Run make run/linux to execute the playbook on a linux machine.

Please download version 8.1.1 of the proprietary NVIDIA cuDNN library to ./roles/drivers/nvidia/files/cudnn/cudnn-v8.1.1.tgz before executing the playbook.

MacOS

  1. Run make init to initialize the environment.
  2. Run make run/macos to execute the playbook on a macos machine.

Please make sure that the Apple Command Line Tools are installed (xcode-select --install).

References

Ansible Docs

Ansible Pull Docs

Manage Workstation With Ansible

Dell XPS 9570 Ubuntu Respin

Dell XPS 9500 Ubuntu Install

Better Battery Life On Ubuntu

About

Configuration and setup for my development workstation

License:MIT License


Languages

Language:Makefile 100.0%