These are my personal Nushell files.
Install Nushell, then run:
git clone --recursive https://github.com/giggio/nuscripts.git <your directory>
# or use: git clone --recursive git@github.com:giggio/nuscripts.git
Set a symlink from the default nushell config directory to the directory where
you cloned this repo. For example, using PowerShell in Windows, assuming
the scripts are cloned at C:\p\nuscripts
:
New-Item -ItemType SymbolicLink -Path $env:APPDATA\nushell\ -Value C:\p\nuscripts\ -Force
Run ./setup.nu
to set the environment file.
Install carapace-bin and add
it to the PATH
.
Install Starship.
Install:
Questions, comments, bug reports, and pull requests are all welcome. Submit them at the project on GitHub.
Bug reports that include steps-to-reproduce (including code) are the best. Even better, make them in the form of pull requests.
Licensed under the MIT License.