If you use the terminal on a daily basis, you'll eventually find yourself wanting aliases for your most commonly-used commands. It's incredibly useful to be able to execute your commands with only a few keystrokes that eventually get hardcoded into muscle memory.
This is an easy to install project that contains a growing list
of aliases for different frameworks and tools that works on any *nix system.
Project started with passion by AlgoTech!
- Git aliases
- GitHub aliases
- Composer aliases
- Symfony aliases
- PHPUnit aliases
- Cordova aliases
- CLI aliases
- Django aliases
- Npm aliases
- Loopback aliases
- Gulp aliases
- You can find the documentation for git aliases here
Clone it into .aliases folder in your home directory:
cd ~
git clone https://github.com/algotech/dotaliases.git .aliasesEnable bash aliases for new terminals: add to ~/.bash_profile or ~/.profile
source ~/.aliases/bash_aliasesEnable bash aliases in the current opened terminal by running the command:
source ~/.aliases/bash_aliases- clone the repository to a folder of your choice
- copy
.aliasesto vagrant shared folders (do not forget to add it to.gitignoreas well) - edit
bash_aliasesand replace the lineALIASES_HOME=$HOMEwith your path in vagrant, e.g.ALIASES_HOME='/vagrant' sourcebash_aliases from its location whenever you ssh into the vagrant box