One codebase tracked in revision control, many deploys
Explicitly declare and isolate dependencies
#!/bin/bash | |
# Provides all the basic packages and kernels to have a complete Jupyter notebook ready! | |
# | |
# The installation includes: | |
# - scientific packages | |
# - ipython tab completion | |
# - bash kernel | |
# - ipywidgets | |
# | |
# To run a notebook: |
Password-store keeps your passwords (or any other sensitive information) saved in GnuPG encrypted files organized in ~/.password-store
. For more information about GPG, consult the GNU Privacy Handbook.
To get started, install pass
and generate a keypair.
$ brew install pass
$ gpg --gen-key
$ gpg --list-keys