Skip to content

Development Environment Configuration with Ansible

License

Notifications You must be signed in to change notification settings

pbassiner/dev-env

Repository files navigation

Development Environment Configuration with Ansible

License: MIT

Run it

wget -qO- https://raw.github.com/pbassiner/dev-env/master/bootstrap.sh | bash

For testing purposes bootstrap.sh allows to define the branch with -b|--branch <BRANCH> (default is master):

wget -qO- https://raw.github.com/pbassiner/dev-env/master/bootstrap.sh | bash -s -- -b test-branch

Disclaimer

This is just for personal convenience. It's not intended to be highly configurable and I'm most likely not following Ansible's conventions and best practices.

Content

Note: if no version is specified it means the latest will be installed

Dev Tools

SDKs & Runtimes

Editors & IDEs

Other utilities

Custom configuration

  • Fonts
  • zsh
  • Symlinks
    • oh-my-zsh custom theme
    • .zshrc
    • .gitconfig
    • .aliases
    • IntelliJ desktop file for launcher
    • terminator custom config
    • guake autostart
    • Sublime Text 3 config

License

MIT License

Releases

No releases published

Packages

No packages published

Languages