Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
/ bash.utils Public archive

Configures my BASH environment just the way I like it.

Notifications You must be signed in to change notification settings

kherge-archive/bash.utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

BASH Utilities

A highly opinionated way of configuring your BASH environment.

Requirements

  • BASH 4 or greater

Installation

  1. Clone the repository.
  2. Edit your .bashrc script.
    1. Define BASH_UTILS as the path to the repository.
    2. Add: . "$BASH_UTILS/bootstrap.sh" "$(tty)"

Usage

Enabled Features

To list which features have been enabled, run

echo "$BASH_UTILS_FEATURES"

About

Configures my BASH environment just the way I like it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages