My personal dotfiles repository for Nushell configuration.
.aliases- Custom Nushell aliasesinstall.sh- Installation script
# Clone the repository
git clone <your-repo-url> ~/.dotfiles
# Run the installation script
cd ~/.dotfiles
./install.shThe installation script will:
- Create a symlink from
~/.aliasesto the repository's.aliasesfile - Add the source command to your Nushell config if not already present
- Create the Nushell config directory if it doesn't exist