A customized .bashrc configuration with useful aliases, functions, and a personalized prompt.
-
Clone this repository:
git clone [your-repo-url]
-
Create a backup of your existing .bashrc:
mv ~/.bashrc ~/.bashrc.backup
-
Create a symlink to the new .bashrc:
ln -s /path/to/cloned/repo/.bashrc ~/.bashrc
-
Reload your bash configuration:
source ~/.bashrc
ll
: List directory contents with human-readable sizesc
: Clear terminal screen..
: Move up one directorymyip
: Show current IP addressupdate
: Update and upgrade system packagesscreenoff
: Lock screen with password protectiono
: Open current directory in file explorerenv
: Create and activate Python virtual environment- Custom colored prompt showing exit status, time, user, and current directory
- Random welcome messages