Because I still use Windows in 2024.
Using cmd.exe
:
cd %USERPROFILE%
git clone https://github.com/kevinfiol/shell.git me
:: Assuming scoop.sh is installed
scoop install nu fzf
Add nushell
as a Windows Terminal profile:
{
"commandline": "nu --config \"C:\\Users\\kevin\\me\\config.nu\" --env-config \"C:\\Users\\kevin\\me\\env.nu\"",
"hidden": false,
"name": "nu",
"startingDirectory": "."
}