Main repo: codeberg.org/giggio/nuscripts
These are my personal Nushell files.
Install Nushell, then run:
git clone --recursive https://codeberg.org/giggio/nuscripts.git <your directory>
# or use: git clone --recursive git@codeberg.org:giggio/nuscripts.gitSet 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\ -ForceRun ./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 Codeberg.
Bug reports that include steps-to-reproduce (including code) are the best. Even better, make them in the form of pull requests. Pull requests on Github will probably be ignored, so avoid them.
Licensed under the MIT license.