fega / dotaliases

A helpful collection of dot aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.aliases

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!

Aliases list

Bash aliases by tools:

Git aliases:

  • You can find the documentation for git aliases here

Installation

Clone it into .aliases folder in your home directory:

cd ~
git clone git@github.com:fega/dotaliases.git .aliases

Enable bash aliases for new terminals: add to ~/.bash_profile or ~/.profile

source ~/.aliases/bash_aliases

Enable bash aliases in the current opened terminal by running the command:

source ~/.aliases/bash_aliases

Using with vagrant

  • clone the repository to a folder of your choice
  • copy .aliases to vagrant shared folders (do not forget to add it to .gitignore as well)
  • edit bash_aliases and replace the line ALIASES_HOME=$HOME with your path in vagrant, e.g. ALIASES_HOME='/vagrant'
  • source bash_aliases from its location whenever you ssh into the vagrant box

About

A helpful collection of dot aliases


Languages

Language:JavaScript 34.5%Language:Batchfile 33.6%Language:Shell 31.9%