Skip to content

giggio/nuscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giovanni Bassi's Nushell files

Main repo: codeberg.org/giggio/nuscripts

These are my personal Nushell files.

Installation instructions

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.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 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.

Author

Giovanni Bassi

License

Licensed under the MIT license.

Contributors