https://github.com/jhermann/ruby-slippers
:house: There's no place like home… (and I found "dotfiles" way too boring)
https://github.com/jhermann/ruby-slippers
configuration-management development-environment dot-files utilities
Last synced: 3 months ago
JSON representation
:house: There's no place like home… (and I found "dotfiles" way too boring)
- Host: GitHub
- URL: https://github.com/jhermann/ruby-slippers
- Owner: jhermann
- License: gpl-2.0
- Created: 2013-08-29T18:45:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T17:57:15.000Z (7 months ago)
- Last Synced: 2025-03-29T13:11:21.082Z (3 months ago)
- Topics: configuration-management, development-environment, dot-files, utilities
- Language: Shell
- Homepage:
- Size: 441 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  ruby-slippers
There's no place like home…
```sh
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…
```sh
./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:
```sh
./scarecrows-brain.sh
```Most notably you'll get code quality (`pylint`, `flake8`) and productivity tools
(`bpython`, and the incredibly useful `http` from [httpie](http://httpie.org/)).
The Python tools are installed into their own dedicated Python venvs using
[dephell](https://github.com/dephell/dephell),
and their console entry points symlinked into `~/.local/bin`.## References
* [GitHub ❤ ~/](http://dotfiles.github.io/)
* [Keep your dotfiles fresh](https://github.com/freshshell/fresh)
* [Yet Another Dotfile Repo](https://github.com/skwp/dotfiles)
* [homeshick](https://github.com/andsens/homeshick)