Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/neetjn/ansible-transparent-env
- Owner: neetjn
- License: mit
- Created: 2017-07-08T06:08:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T15:10:44.000Z (over 5 years ago)
- Last Synced: 2024-10-28T16:54:05.932Z (2 months ago)
- Topics: ansible, debian, docker, it, playbook, software, ubuntu
- Homepage:
- Size: 7.94 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.