Usable for Debian
or Ubuntu
- Latest adjusted on 05/06/2024.
You can git clone this repo to your local machine
Checkout the furter instructions in this README.md
You can copy over the .bash_aliases file to your home directory, or manually touch .bash_aliases
And copy over the aliases you like.
Make sure that you activate the ".bash_aliases" option in your ".bashrc"
( and afterwards do a reload $> source .bashrc )
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
.bash_aliases
.bashrc
.profile
- All my code are coded/debugged with VS Code.
We use SemVer for versioning.
This script was written by ⚡ MadHatter4² ⚡
Thanks to the linux-community, this list of applications/commands was compiled during my ICT career.
- (https://gist.github.com/Rhernandez513/05d8f517d4439f889fe3)
- (https://www.stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff/)
- (https://hackernoon.com/handy-docker-aliases-4bd85089a3b8)
- (http://seanbowman.me/blog/fzf-fasd-and-bash-aliases/)
This project/code/script is licensed under the ©️ MIT license
- Hat tip to the guys and girls who maintain the
man
pages :) - Badges generated with shields.io
- Emojo Cheatsheet | cheatlist
- Markdown Cheatsheet | Github Mastering
- Markdown Guide
- Code Sandbox