Site de réflexion sur mes projets
TODO :
- Finaliser les TODO dans le cours sur les batteries lithium
- Ajouter le projet de tapis DDR
brew install chruby ruby-install
ruby-install ruby 3.4.1Configure OS to use Chruby :
echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc
echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc
echo "chruby ruby-3.4.1" >> ~/.zshrc # run 'chruby' to see actual versionReload terminal and check ruby version :
ruby -vbundle install./tools/test.sh./tools/run.shCf. Chirpy theme repo.
Cf. Quickref.
Install exiftool :
brew install exiftool./tools/clean_exif.sh