/ruby-slippers

:house: There's no place like home… (and I found "dotfiles" way too boring)

Primary LanguageShellGNU General Public License v2.0GPL-2.0

Logo ruby-slippers

There's no place like home…

mkdir -p "$HOME/src/github"
cd "$HOME/src/github"
git clone "https://github.com/jhermann/ruby-slippers.git"
cd "ruby-slippers"
./click-click-click.sh -n

To bless your machine with about 1GiB of (DEB-)packaged goodness…

./tinmans-heart.sh all

Doing this increases the chances tremendously that your scripts and CI jobs work the same on every machine (like, not fail ☺).

Finally, to install some tools local to your account:

./scarecrows-brain.sh

Most notably you'll get code quality (pylint, flake8) and productivity tools (bpython, and the incredibly useful http from httpie). The Python tools are installed into their own dedicated Python venvs using dephell, and their console entry points symlinked into ~/.local/bin.

References