Coder Social home page Coder Social logo

bash-alias-sync's Introduction

Bash Alias Synchronizer

How to install

  1. Fork this repository if you want to have your aliases, not mine.

  2. Clone repository:

    • via SSH:

      git clone [email protected]:<YOUR-USERNAME>/bash-alias-sync.git
    • via HTTPS:

      git clone https://github.com/<YOUR-USERNAME>/bash-alias-sync.git
  3. Install synchronization of aliases once:

    cd ./bash-alias-sync
    chmod +x ./install.sh
    ./install.sh

Folder structure

.
├── .bash_aliases # Entry point.
├── common # Common aliases.
│   ├── .bash_aliases # Aliases without arguments.
│   ├── .bash_deps # Installation of dependencies.
│   ├── .bash_overrides # Optional overrides for some commands.
│   ├── .git_aliases # Aliases for Git.
│   ├── .bash_constants # Exported constants.
│   ├── .bash_handlers # Input handlers.
│   ├── .git_aliases # Aliases for Git.
│   └── .bash_functions # Aliases with arguments.
├── linux # Aliases for Linux-only.
├── macos # Aliases for MacOS-only.
├── mingw # Aliases for MINGW (e.g. bundled with Git Bash for Windows).
├── unix # Aliases for all UNIX-like systems.
└── wsl # Aliases for Windows Subsystem Linux.

How to modify aliases

  1. Open project with your text editor of choice.

  2. Modify.

  3. Save file.

  4. Update aliases in current session:

    alias-update

How to sync aliases

  1. Shortcut for pushing aliases to your repository:

    alias-push
  2. Shortcut for pulling aliases from your repository:

    alias-pull

bash-alias-sync's People

Contributors

danand avatar

Stargazers

Calandryll avatar

Watchers

 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.