Coder Social home page Coder Social logo

dotaliases's Introduction

.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 ultimately get hardcoded into muscle memory.

This repository is an easy to install project that contains a growing list of aliases for different frameworks and tools that works on any *nix system.

The project was started with passion by the Algotech Software Engineering Team.

Aliases list

Bash aliases

Tools:

PHP:

JavaScript:

  • Npm aliases - package manager for the JavaScript programming language
  • Yarn aliases - package manager for the JavaScript programming language
  • Gulp aliases - toolkit for automating painful or time-consuming tasks
  • Loopback aliases - highly-extensible, open-source Node.js framework
  • Cordova aliases - cross-platform mobile application development

Python:

Ruby:

Git aliases:

  • You can find the documentation for git aliases here. Those are different than the above described bash aliases.

Installation

Clone it into .aliases folder in your home directory:

cd ~
git clone https://github.com/algotech/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

dotaliases's People

Contributors

stocarul avatar sandeepraju avatar aminmkh avatar fega avatar lgnstn avatar ofonimefrancis avatar oroianrares avatar timosta avatar vyasgiridhar avatar

Watchers

James Cloos avatar Hoo Ja Oh avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.