Skip to content

STEP1 - Personal additions to Profile and Aliases (Pimp Your Bash)

Notifications You must be signed in to change notification settings

MadHatterENV/BashProfileFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Profile adjustments and my additional .bash_aliases.

SYNOPSIS

Usable for Debian or Ubuntu



LATEST REVISION

  • Latest adjusted on 05/06/2024.

Installation & prerequisites

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.


Add this snippet to your .bashrc

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 


Provided Files

.bash_aliases
.bashrc
.profile


Extra's

Coded with

  • All my code are coded/debugged with VS Code.

Versioning

:octocat: We use SemVer for versioning.

Author(s)

This script was written by ⚡ MadHatter4²
Thanks to the linux-community, this list of applications/commands was compiled during my ICT career.

Thanks To

License

This project/code/script is licensed under the ©️ MIT license

Acknowledgement

About

STEP1 - Personal additions to Profile and Aliases (Pimp Your Bash)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published