https://github.com/neetjn/ansible-elementary-env
Ansible plays for setting up my personal/development environment for Elementary OS.
https://github.com/neetjn/ansible-elementary-env
ansible automation dotfiles elementary operating-system staging
Last synced: 24 days ago
JSON representation
Ansible plays for setting up my personal/development environment for Elementary OS.
- Host: GitHub
- URL: https://github.com/neetjn/ansible-elementary-env
- Owner: neetjn
- License: mit
- Created: 2018-05-22T03:24:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T16:00:48.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T17:46:39.240Z (3 months ago)
- Topics: ansible, automation, dotfiles, elementary, operating-system, staging
- Homepage:
- Size: 4.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-plays-workspace
Ansible plays for bootstrapping my personal workspace on Elementary OS (Loki).
This playbook has been broken up into four individual role groups:
#### Common
* Install curl (cli http tool).
* Install gedit (gui text editor).
* Install vlc media player (media management).
* Install gyazo screen capture.
* Install zsh shell.
* Install bash/zsh completion.
* Install libreoffice suite.
* Install redshift.
* Install snapd.
* Install elinks.
* Install i3 environment (with i3blocks).
* Install tmux.
* Install nitrogen.
* Install fileroller archive manager.
* Install nautilus file explorer.
* Install xfce4 settings manager.
* Install xfce4 terminal.
* Install xterm.
* Install xbacklight.
* Install jq.#### Development
* Install cmake.
* Install gcc7.
* Install watchman.
* Install pip2/pip3.
* Install Python 3.6 & 3.7.
* Install python development tools.
* Install pylint.
* Install pep8 core.
* Install httpie (cli http tool).
* Install aws-cli.
* Install docker.
* Install docker-compose.
* Install node.js 10 stable (using n tool).
* Install coffeescript.
* Install webpack.
* Install firebase tools.
* Install ruby.
* Install ruby dev tools.
* Install rails.
* Install travis-cli.
* Install mycli (interactive mysql cli).
* Install pgcli (interactive postgres cli).
* Install Go lang (stable).
* Install Dart 2.
* Install php7.
* Install composer (w/ laravel).
* Install datagrip.
* Install insomnia rest tool.
* Install vscode.
* Install vim and gvim.#### Aesthetics
* Install Oranchelo icon theme.
* Install numix gtk theme.#### Social
* Install slack desktop client.
* Install teamviewer.---
Copyright (c) 2019 John Nolette Licensed under the MIT license.