Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 2.65 KB

SHELL.md

File metadata and controls

28 lines (17 loc) · 2.65 KB

Shell

git-secret  —  a bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using gpg, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key. Why deal with all this private-public keys stuff? Well, to make it easier for everyone to manage access rights. There are no passwords that change. When someone is out - just delete his public key, re-encrypt the files, and he won’t be able to decrypt secrets anymore.

git-secret


dokku is an docker powered mini-Heroku. The smallest PaaS implementation you’ve ever seen.

dokku


expose is a simple static site generator for photoessays. Expose is a Bash script that turns those images and videos into a photoessay similar to jack.ventures or jack.works

expose


pyenv lets you easily switch between multiple versions of Python. It’s simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.

pyenv


oh-my-zsh - a delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

ohmyzsh


Kerl. Easy building and installing of Erlang/OTP instances. Kerl aims to be shell agnostic and its only dependencies, excluding what's required to actually build Erlang/OTP, are curl and git. All is done so that, once a specific release has been built, creating a new installation is as fast as possible.