Userscript qui ajoute un calendrier annuel des absences directement dans l'interface Rippling.
Violentmonkey est une extension navigateur qui permet d'exécuter des userscripts.
Userscript qui ajoute un calendrier annuel des absences directement dans l'interface Rippling.
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 |
| # 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" |