Skip to content

gvatsal60/Linux-Aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License GitHub Actions Workflow Status GitHub pull-requests GitHub Issues GitHub forks GitHub stars

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 -sS https://raw.githubusercontent.com/gvatsal60/Linux-Aliases/master/main.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 ~/.rc

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages