brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| sed -e 'y/āáǎàâçēéěèīíǐìōóǒòūúǔùǖǘǚǜüûĀÁǍÀĒÉĚÈĪÍǏÌŌÓǑÒŪÚǓÙǕǗǙǛÜ/aaaaaceeeeiiiioooouuuuuuuuuuAAAAEEEEIIIIOOOOUUUUUUUUU/' file1.txt > file2.csv |
| #!/bin/bash | |
| # Use: | |
| # $ phpv | |
| # > Will return current global php version, and ALL php versions symlinked | |
| # | |
| # $ phpv {version} | |
| # > Will "brew unlink" all versions, and "brew link php{version}" | |
| # View README file for more info |
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"