artberri/devenv
A project to set up my development machine (@artberri) in an automated way.
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