Skip to content

Releases: dotbrains/nushell

Release v1.0.0

17 Jan 12:53

Choose a tag to compare

Nushell Configuration Release

This release includes the complete Nushell configuration from the set-me-up project.

What's Changed


Installation

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

# Clone the nushell config
git clone https://github.com/dotbrains/nushell.git ~/.config/nushell

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

Features

  • Modular configuration with separate files for aliases, functions, variables, and colorschemes
  • Three built-in themes: gruvbox, nord, and catppuccin
  • Integration with modern tools: starship, zoxide, eza, mise, carapace
  • Custom commands for common tasks
  • Cross-platform support (macOS, Linux, BSD)

Documentation

See README.md for complete documentation and usage instructions.