Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neetjn/ansible-transparent-env

Ansible playbook to install personal tools required for my workspace, and setup my environment.
https://github.com/neetjn/ansible-transparent-env

ansible debian docker it playbook software ubuntu

Last synced: 18 days ago
JSON representation

Ansible playbook to install personal tools required for my workspace, and setup my environment.

Awesome Lists containing this project

README

        

# ansible-transparent-env

Ansible plays for bootstrapping my development environment for @Transparent Language.

This project is a sub-project of the [JVM Development Environment](https://github.com/neetVeritas/jvm-development-environment).

The playbook has been broken up into four individual role groups:

#### Common

* Install curl (cli http tool).
* Install nano (terminal text editor).
* Install gedit (gui text editor).
* Install bash completion.
* Install gyazo screen capture.
* Install libreoffice suite.
* Install snapd.
* Install elinks.
* Install i3 environment (with i3blocks).
* Install nitrogen.
* Install tmux.
* Install zsh shell.
* Install fileroller archive manager.
* Install nautilus file explorer.
* Install jq.
* Install Gimp.
* Install ffsend.

#### Development

* Install python 3.6/3.7.
* Install pylint.
* Install httpie.
* Install aws-cli.
* Install docker.
* Install docker-compose.
* Install node.js 10 stable (using n tool).
* Install coffeescript.
* Install webpack.
* Install datagrip.
* Install insomnia rest tool.
* install mongodb compass.
* Install vscode.
* Install apache ant.

#### Aesthetics

* Install Oranchelo icon theme.
* Install numix gtk theme.

#### Social

* Install TeamvViewer.
* Install Microsoft Teams.

---

Copyright (c) 2019 John Nolette Licensed under the MIT license.