See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #!/bin/zsh | |
| echo Time to install all apps at once! | |
| read -p "Press any key to continue... " -n1 -s | |
| echo '\n' | |
| echo Installing Homebrew... | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| echo Installing Oh My Zsh... | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |
| blueprint: | |
| name: Climate Control | |
| description: > | |
| ## ❄️ Chill Your Room Out! ❄️ | |
|  | |
| _Forget about thy air conditioner remote!_ | |