csanquer / install-scripts

Linux desktop workstation and server installation scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

copy custom_vars.yml.dist to custom_vars.yml and edit it 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

License:MIT License


Languages

Language:Shell 100.0%