https://github.com/gvatsal60/linux-aliases
🐧🔍 Simplify your command line experience with this collection of handy aliases for Linux commands 🔍🐧
https://github.com/gvatsal60/linux-aliases
alias aliases apt apt-get arch bash bash-script debian docker fedora filesystem git linux linux-shell mac macos shell shell-script terraform ubuntu
Last synced: 20 days ago
JSON representation
🐧🔍 Simplify your command line experience with this collection of handy aliases for Linux commands 🔍🐧
- Host: GitHub
- URL: https://github.com/gvatsal60/linux-aliases
- Owner: gvatsal60
- License: apache-2.0
- Created: 2024-05-11T12:00:20.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T05:26:46.000Z (2 months ago)
- Last Synced: 2025-04-10T05:14:13.130Z (20 days ago)
- Topics: alias, aliases, apt, apt-get, arch, bash, bash-script, debian, docker, fedora, filesystem, git, linux, linux-shell, mac, macos, shell, shell-script, terraform, ubuntu
- Language: Shell
- Homepage:
- Size: 147 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Linux-Aliases 🖥️
[](https://img.shields.io/github/license/gvatsal60/Linux-Aliases)
[](https://results.pre-commit.ci/latest/github/gvatsal60/Linux-Aliases/HEAD)
[](https://www.codefactor.io/repository/github/gvatsal60/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](#introduction)
- [🚀 Usage](#usage)
- [🤝 Contributing](#contributing)
- [📄 License](#license)## 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:
```sh
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:```sh
source ~/.bashrc
```- For MacOS users:
```sh
source ~/.zshrc
```- For Others (Change rc file accordingly)
```sh
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](https://www.apache.org/licenses/LICENSE-2.0) file for details.
Feel free to use, modify, and distribute this software according
to the terms of this license.