Nano text editor with syntax colouring and more
Apple Silicon macs Install the latest version of nano via homebrew and set up an alias in my .zshrc file to ensure the correct version gets used brew install nano alias nano='/opt/homebrew/bin/nano' Create a .nanorc file in ~ and add some variables. This is my…