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.sh
The installation script will:
- Create a symlink from
~/.aliases
to the repository's.aliases
file - Add the source command to your Nushell config if not already present
- Create the Nushell config directory if it doesn't exist