Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.18 KB

MIT License

Development Environment Automation

My lovely developer enviroment.

Installation

bash <(curl -s https://raw.githubusercontent.com/felipe3dfx/env-automation/master/init.sh)

If you install it from scratch, you would need some dependencies to be installed first. Use init.sh or manually install:

  1. Install Ansible.
  2. Install Git apt install git

If you have one machine that is already provisioned. You can setup a fresh one remotelly.

ansible-playbook playbook.yml --ask-become-pass
ansible-playbook playbook.yml --tags=vars,$(tags) --ask-become-pass

Features

  • Pop!_OS defaults configuration
  • Apps installation via apt
  • Snazzy theme for NVIM, ZSH, Alacrity
  • ZSH configuration, aliases, mappings, completion etc.
  • VIM configuration, mappings, custom functions etc.
  • Alacritty as main terminal app
  • Tmux configuration, plugins, keybindings (terminal tabs)

License

MIT