Skip to content

Releases: dotbrains/bash

Release v1.0.0

17 Jan 17:51

Choose a tag to compare

Bash Configuration Release

This release includes a modular Bash configuration framework from the set-me-up project.

What's Changed


Installation

Clone or download this configuration to ~/.config/bash/:

# Clone the bash config
git clone --recursive https://github.com/dotbrains/bash.git ~/.config/bash

# Link the profile
ln -s ~/.config/bash/bash_profile ~/.bash_profile

# Or download a specific version
curl -L https://github.com/dotbrains/bash/archive/v1.0.0.tar.gz | tar xz

Features

  • XDG Base Directory compliant Bash configuration
  • 200+ shell functions for Git, file management, and development
  • Extensive aliases organized by category
  • Third-party integrations: fzf, starship, thefuck, z.lua, bash-sensible
  • Nord theme for LS_COLORS
  • Cross-platform support (macOS and Linux)

Documentation

See README.md for complete documentation and usage instructions.