See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #! /bin/sh | |
| sudo apt update \ | |
| && sudo apt install -y vim \ | |
| && git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime \ | |
| && sh ~/.vim_runtime/install_awesome_vimrc.sh |