dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Awesome collections that get you ready for efficiency and productivity.

Results 1 dotfiles issues
Sort by recently updated
recently updated
newest added

Below is an `install` script, which shows help using `sed`. ``` #!/usr/bin/env bash # Usage: [sudo] [prefix=/usr/local] ./install set -e case "$1" in '-h' | '--help' ) sed -ne '/^#/!q;s/.\{1,2\}//;1d;p'...