1
0
Fork
You've already forked nuscripts
0
My Nushell scripts.
  • Nushell 90.2%
  • Nu 9.8%
2026年05月17日 00:40:39 -03:00
lib Update kubectl-aliases + kubecolor config 2025年05月15日 20:33:51 -03:00
scripts Fix setup to work with Nushell 0.112.2 2026年05月12日 16:32:29 -03:00
.editorconfig Add aliases 2023年07月17日 19:47:16 -03:00
.gitignore Ignore login.nu 2024年03月02日 00:31:05 -03:00
.gitmodules Point kubectl-aliases submodule URL to Codeberg 2026年05月17日 00:40:39 -03:00
config.nu Update configuration to work with nu 102 2025年02月12日 03:05:09 -03:00
env.nu Update configuration to work with nu 102 2025年02月12日 03:05:09 -03:00
LICENSE.txt Add license 2023年07月11日 02:34:03 -03:00
README.md Update readme with codeberg information 2026年02月03日 19:04:57 -03:00
setup.nu Fix setup for Windows 2024年12月11日 23:31:18 -03:00
starship.toml Update starship config from dotfiles 2025年12月26日 16:19:58 -03:00

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.