Linux-Aliases

🐧🔍 Simplify your command line experience with this collection of handy aliases for Linux commands 🔍🐧

APACHE-2.0 License

Stars
2

Linux-Aliases

Simplify your command line experience with this collection of handy aliases for commands. Boost your productivity and streamline your workflow by shortening complex or frequently used commands into easily memorable shortcuts.

Table of Contents

Introduction

This repository houses a shell script that simplifies your command line experience by providing a collection of handy aliases. These aliases serve as shortcuts for frequently used or complex commands, allowing you to streamline your workflow and boost your productivity.

Usage

To start using these aliases, follow these simple steps:

  1. Run the following command in your terminal:

    curl -fsSL https://raw.githubusercontent.com/gvatsal60/Linux-Aliases/HEAD/install.sh | sh
    
  2. Depending on your operating system, you might need to source your shell configuration file to apply the changes:

    • For Linux users:

      source ~/.bashrc
      
    • For MacOS users:

      source ~/.zshrc
      
    • For Others (Change rc file accordingly)

      source ~/.profile
      

Once you've completed these steps, you'll have access to a variety of aliases that can simplify your command line tasks.

Contributing

Contributions to this repository are welcome and encouraged. If you have additional aliases or improvements to existing ones, feel free to submit a pull request. Please ensure that any contributions align with the project's goals and adhere to the established coding conventions.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for details. Feel free to use, modify, and distribute this software according to the terms of this license.

Badges
Extracted from project README
License build status pre-commit.ci status Maintenance