I hereby claim:
- I am raphaelbrugier on github.
- I am raphaelbrugier (https://keybase.io/raphaelbrugier) on keybase.
- I have a public key ASAXrE-eBdZA1agx7Ih0HO2eZBAc28B0howGIDJT7xrFYgo
To claim this, I am signing this object:
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/core" | |
| tap "homebrew/fuse" | |
| cask "java" | |
| cask "osxfuse" | |
| brew "bash" | |
| brew "ffmpeg" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # modified from: https://github.com/skeeto/dotfiles/blob/master/install.sh | |
| ## Install each _-prefixed file or dir | |
| find . -regex "./_.*" -type f -print0 | sort -z | while read -d $'\0' file | |
| do | |
| dotfile=${file/.\/_/.} | |
| ## Install directory first |