Skip to content

Instantly share code, notes, and snippets.

View GRoguelon's full-sized avatar
🌮

Geoffrey Roguelon GRoguelon

🌮
View GitHub Profile
#!/usr/bin/env bash
set -e
## Installing Erlang
export ERLANG_VERSION=26.2.3
export ERL_TOP=/tmp/otp_src_${ERLANG_VERSION}
sudo dnf install -y \
gcc \
@GRoguelon
GRoguelon / Sublime Text 3.xml
Created April 28, 2015 07:25
Sublime Text 3 Keymap for IntelliJ 14.1 Mac (from Mac OS X 10.5+)
<keymap version="1" name="Sublime Text 3" parent="Mac OS X 10.5+">
<action id="$Cut">
<keyboard-shortcut first-keystroke="meta X" />
</action>
<action id="$Delete">
<keyboard-shortcut first-keystroke="DELETE" />
</action>
<action id="$Redo">
<keyboard-shortcut first-keystroke="shift meta Z" />
</action>
@GRoguelon
GRoguelon / devise.fr.yml
Created November 17, 2014 10:22
French translation of devise.en.yml (version: 3.4.1).
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
fr:
devise:
confirmations:
confirmed: 'Votre compte a été confirmé avec succès.'
send_instructions: 'Vous allez recevoir un e-mail avec les instructions nécessaires à la confirmation de votre compte dans quelques minutes.'
send_paranoid_instructions: 'Si votre e-mail existe dans notre base de données, vous allez bientôt recevoir un e-mail contenant les instructions de confirmation de votre compte.'
failure:
already_authenticated: "Vous êtes déjà connecté"
@GRoguelon
GRoguelon / install_scala_sbt.sh
Last active August 29, 2015 14:04 — forked from visenger/install_scala_sbt.sh
Install Scala & sbt on Debian/Ubuntu
#!/bin/sh
# one way (older scala version will be installed)
# sudo apt-get install scala
#2nd way
sudo apt-get remove scala-library scala
wget http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.deb
sudo dpkg -i scala-2.11.2.deb
sudo apt-get update
@GRoguelon
GRoguelon / LICENSE
Last active August 29, 2015 14:00
French locales of Rails 4.1.0
Locales compiled from https://github.com/svenfuchs/rails-i18n repository.
@GRoguelon
GRoguelon / devise.fr.yml
Last active September 30, 2016 09:30
French translation of devise.en.yml (version: 3.2.4).
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
fr:
devise:
confirmations:
confirmed: 'Votre compte a été validé.'
send_instructions: 'Vous allez recevoir les instructions nécessaires à la confirmation de votre compte dans quelques minutes.'
send_paranoid_instructions: 'Si votre e-mail existe dans notre base de données, vous allez bientôt recevoir un e-mail contenant les instructions de confirmation de votre compte.'
failure:
already_authenticated: "Vous êtes déjà connecté"
@GRoguelon
GRoguelon / start_vm.sh
Created April 23, 2012 13:16
Manage virtual machine on VMware Fusion without user interface
/Applications/VMware Fusion.app/Contents/Library/vmrun -T fusion start "path/to/.vmx_file" nogui