- edit config files
- install apps like powershell, gh, nvm
- build nano-8.3 (script checks for latest release of nano)
- add nanorc syntax
V4 - Run with start-aio.sh - start-aio.sh
curl -o- https://raw.githubusercontent.com/Woznet/deploy-nano/main/ubuntu/v4/start-aio.sh | bash
- download nano-win
- add nanorc syntax
Run for Windows - deploy.ps1
Invoke-Expression ([System.Net.WebClient]::new().DownloadString('https://raw.githubusercontent.com/Woznet/deploy-nano/main/windows/deploy.ps1'))
- source of nanorc syntax - https://github.com/galenguyer/nano-syntax-highlighting
- nano-win - https://github.com/lhmouse/nano-win
- nvm - https://github.com/nvm-sh/nvm
- nano - https://git.savannah.gnu.org/git/nano.git
- BLFS page for nano - https://www.linuxfromscratch.org/blfs/view/svn/postlfs/nano.html
- MS Docs PowerShell Install - https://learn.microsoft.com/en-us/powershell/scripting/install/install-ubuntu
- gh - https://github.com/cli/cli/blob/trunk/docs/install_linux.md