Releases: dotbrains/bash
Releases · dotbrains/bash
Release v1.0.0
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 xzFeatures
- 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.