dev-box

Here I will store all my scripts to automate my dev machine. Many of them was inspired by leafac/dev-box. It uses puppet to provise my machine configurations, such vim, tmux, ruby, git, zsh and oh-my-zsh configurations.

Environment

Currently my environment is an Arch Linux with Xfce as Desktop Environment and SLiM as Display manager.

How to install

Cloning

$ pacman -S git
$ git clone git@github.com:stupied4ever/dev-box.git

$ cd dev-box
$ ./scripts/install.sh

Remote Install

curl -L dev-box.rafaelalmeida.net | bash

License

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2013 Rafael da Silva Almeida <eusou@rafaelalmeida.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.