Skip to content

Instantly share code, notes, and snippets.

@vvnsrzn
vvnsrzn / .zshrc
Created October 30, 2024 08:33
zshrc
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
# Set the directory we want to store zinit and plugins
@vvnsrzn
vvnsrzn / fr-FR.js
Created May 6, 2020 10:56
DNH - French
export default {
Auth: {
alreadyHaveAccount: 'Vous avez déjà un compte ?',
createAccount: 'Créer votre compte',
emailLabel: 'Email',
emailPlaceholder: 'ex: [email protected]',
forgottenPassword: 'Mot de passe oublié ?',
forgottenPasswordHelper: 'Merci de renseigner votre adresse email pour recevoir un nouveau mot de passe :',
forgottenPasswordNextSteps: 'Par la suite, surveillez votre boite mail, cliquer sur le lien et changer votre mot de passe depuis l\'interface profil.',
iLogIn: 'Je me connecte',
@vvnsrzn
vvnsrzn / hello.sh
Created April 24, 2020 12:49
Hello world!
echo 'Hello world!'