/devenv

An Ansible project to set up my development machine in an automated way.

Primary LanguageShellGNU General Public License v2.0GPL-2.0

artberri/devenv

A project to set up my development machine (@artberri) in an automated way.

Screenshot of the shell

Requirements

Requires Ubuntu 18.04 (Bionic Beaver).

Git:

sudo apt-add-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git -y

Installation

export DEVENV_PATH="${HOME}/.devenv"
git clone https://github.com/artberri/devenv.git $DEVENV_PATH
export PATH=$PATH:$DEVENV_PATH/bin
devenv

Finally, install some cool theme for the chosen terminal: Dracula

Updating

cd ~/.devenv
git pull
devenv

License

GNU GENERAL PUBLIC LICENSE (Version 2)