Skip to content

giggio/nuscripts

Repository files navigation

Giovanni Bassi's Nushell files

These are my personal Nushell files.

Installation instructions

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.

Completions

Install carapace-bin and add it to the PATH.

Shell prompt

Install Starship.

Other tools

Install:

Contributing

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.

Author

Giovanni Bassi.

License

Licensed under the MIT License.

About

My Nushell scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published