Skip to content

santiagosayshey/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A customized .bashrc configuration with useful aliases, functions, and a personalized prompt.

Installation

  1. Clone this repository:

    git clone [your-repo-url]
  2. Create a backup of your existing .bashrc:

    mv ~/.bashrc ~/.bashrc.backup
  3. Create a symlink to the new .bashrc:

    ln -s /path/to/cloned/repo/.bashrc ~/.bashrc
  4. Reload your bash configuration:

    source ~/.bashrc

Features

  • ll: List directory contents with human-readable sizes
  • c: Clear terminal screen
  • ..: Move up one directory
  • myip: Show current IP address
  • update: Update and upgrade system packages
  • screenoff: Lock screen with password protection
  • o: Open current directory in file explorer
  • env: Create and activate Python virtual environment
  • Custom colored prompt showing exit status, time, user, and current directory
  • Random welcome messages

About

My dotfiles!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages