https://github.com/neetjn/ansible-ubuntu-env
Ansible plays for setting up my personal/development environment with Ubuntu.
https://github.com/neetjn/ansible-ubuntu-env
ansible ansible-playbook automation dotfiles environment plays ubuntu
Last synced: about 1 month ago
JSON representation
Ansible plays for setting up my personal/development environment with Ubuntu.
- Host: GitHub
- URL: https://github.com/neetjn/ansible-ubuntu-env
- Owner: neetjn
- License: mit
- Created: 2019-06-11T16:01:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T23:42:40.000Z (over 3 years ago)
- Last Synced: 2025-04-03T03:45:15.404Z (about 1 year ago)
- Topics: ansible, ansible-playbook, automation, dotfiles, environment, plays, ubuntu
- Language: Shell
- Size: 91.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-ubuntu-env
Ansible plays for bootstrapping my personal workspace on Ubuntu (20.04 LTS).
This playbook has been broken up into four individual role groups:
#### Common
* Install curl (cli http tool).
* Install gedit (gui text editor).
* Install gyazo screen capture.
* Install zsh shell.
* Install bash/zsh completion.
* Install elinks.
* Install i3 environment (with i3blocks, i3-gaps).
* Install tmux.
* Install nitrogen.
* Install jq.
* Install Gimp.
* Install todolist.
* Install ffsend.
* Install Brave browser.
#### Development
* Install cmake.
* Install clang.
* Install gcc7.
* Install watchman.
* Install pip2/pip3.
* Install Python 2.7, 3.6, & 3.7.
* Install python development tools.
* Install pylint.
* Install pep8 core.
* Install httpie (cli http tool).
* Install saws.
* Install docker.
* Install docker-compose.
* Install deno.
* 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 Rust lang (edge).
* Install Dart 2.
* Install flutter.
* Install php7.
* Install composer (w/ laravel).
* Install mongodb-compass.
* Install datagrip.
* Install insomnia rest tool.
* Install vscode.
* Install vim and gvim.
* Install Java 8
* Install Gradle (with groovy)
* Install Zig.
#### Aesthetics
* Install i3status-rust.
* Install betterlockscreen.
#### Social
* Install Caprine (messenger).
* Install Slack.
* Install Discord.
---
Copyright (c) 2022 John Nolette Licensed under the MIT license.