Step 1: Install Git
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
Step 1: Install Git
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| /[Ll]ibrary/ | |
| /[Tt]emp/ | |
| /[Oo]bj/ | |
| /[Bb]uild/ | |
| /[Bb]uilds/ | |
| /Assets/AssetStoreTools* | |
| .DS_Store | |
| # Visual Studio 2015 cache directory |
| & code { | |
| @apply rounded p-1 m-0 bg-gray-300 text-orange-600; | |
| } | |
| & pre > code { | |
| @apply rounded py-2 px-0 bg-transparent; | |
| color: inherit; | |
| } | |
| & pre, | |
| & pre[class*='language-'] { |
| import Alpine from 'alpinejs' | |
| import tooltip from './tooltip' | |
| Alpine.plugin(tooltip) | |
| Alpine.start() |