git clone https://gist.github.com/dd6f95398c1bdc9f1038.git vault
cd vault
docker-compose up -d
export VAULT_ADDR=http://192.168.99.100:8200
Initializing a vault:
vault init
git clone https://gist.github.com/dd6f95398c1bdc9f1038.git vault
cd vault
docker-compose up -d
export VAULT_ADDR=http://192.168.99.100:8200
Initializing a vault:
vault init
| # zsh | |
| EMOJI=(💩 🐦 🚀 🐞 🎨 🍕 🐭 👽 ☕️ 🔬 💀 🐷 🐼 🐶 🐸 🐧 🐳 🍔 🍣 🍻 🔮 💰 💎 💾 💜 🍪 🌞 🌍 🐌 🐓 🍄 ) | |
| function random_emoji { | |
| echo -n "$EMOJI[$RANDOM%$#EMOJI+1]" | |
| } | |
| PROMPT="$(random_emoji) " | |
| RPROMPT='%c' | 
| param( | |
| [Parameter(Mandatory=$true)][string]$pathToBeAdded | |
| ) | |
| $local:oldPath = get-content Env:\Path | |
| $local:newPath = $local:oldPath + ";" + $pathToBeAdded | |
| set-content Env:\Path $local:newPath | 
| # Additional translations at https://github.com/plataformatec/devise/wiki/I18n | |
| # Utilize-o em 'config/locales/', com o nome de 'devise.pt-BR.yml'. | |
| # Em 'config/application.rb', utilize => config.i18n.default_locale = :'pt-BR' | |
| pt-BR: | |
| devise: | |
| confirmations: | |
| confirmed: "Sua conta foi confirmada com sucesso." | |
| send_instructions: "Você receberá um e-mail para confirmar sua conta em alguns minutos." | 
sudo apt-get install virtualbox-guest-dkms
sudo rebootSometimes you want to have a subdirectory on the master branch be the root directory of a repository’s gh-pages branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master branch alongside the rest of your code.
For the sake of this example, let’s pretend the subfolder containing your site is named dist.
Remove the dist directory from the project’s .gitignore file (it’s ignored by default by Yeoman).