jhermann / ruby-slippers

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v2.0


Languages

Language:Shell 86.5%Language:Python 11.1%Language:Perl 2.3%Language:Vim Script 0.2%