Skip to content

Linux desktop workstation and server installation scripts

Notifications You must be signed in to change notification settings

Brettdah/install-scripts

 
 

Repository files navigation

Charles Sanquer's desktop install ansible configuration

Ansible configuration to setup my desktop development environment.

OS supported (currently):

  • Ubuntu

Install

clone the repository with submodules

git clone --recursive https://github.com/csanquer/install-scripts.git
cd install-scripts

create a custom_vars.yml file like this :

---
account_default_user_fullname: <Your Name>
account_default_user_email: <your email>

Then just run :

./install.sh

About

Linux desktop workstation and server installation scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%