Skip to content

Instantly share code, notes, and snippets.

View remiflament's full-sized avatar
☁️

Rémi FLAMENT remiflament

☁️
View GitHub Profile
@remiflament
remiflament / rippling-annual-calendar.md
Last active April 1, 2026 09:52
Rippling — Calendrier annuel absences

Rippling — Calendrier annuel absences

Userscript qui ajoute un calendrier annuel des absences directement dans l'interface Rippling.

Installation

1. Installer l'extension navigateur

Firefox

Violentmonkey est une extension navigateur qui permet d'exécuter des userscripts.

git clone https://github.com/rbenv/rbenv.git /usr/local/rbenv
git clone https://github.com/rbenv/ruby-build.git /usr/local/rbenv/plugins/ruby-build
echo '# rbenv setup' > /etc/profile.d/rbenv.sh
echo 'export RBENV_ROOT=/usr/local/rbenv' >> /etc/profile.d/rbenv.sh
echo 'export PATH="$RBENV_ROOT/bin:$PATH"' >> /etc/profile.d/rbenv.sh
echo 'eval "$(rbenv init -)"' >> /etc/profile.d/rbenv.sh
chmod +x /etc/profile.d/rbenv.sh
source /etc/profile.d/rbenv.sh
rbenv install $ruby_version
@remiflament
remiflament / .zshrc
Last active December 18, 2017 09:07
Theme ZSH pour afficher le hostname sur le prompt
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="remi"