Skip to content

Instantly share code, notes, and snippets.

@schklom
schklom / install_nano_on_macos_without_homebrew.sh
Created February 18, 2025 16:51 — forked from fevangelou/install_nano_on_macos_without_homebrew.sh
Install Nano Editor (with syntax highlighting) on MacOS without using Homebrew [updated Jan 2024]
#!/bin/bash
# Install Nano Editor (with syntax highlighting) on MacOS without using Homebrew
# You can get the latest version number from https://www.nano-editor.org
# Instructions:
# - First off, download this Bash script from the browser & make it executable:
# $ chmod +x install_nano_on_macos_without_homebrew.sh
# - If you have "wget" installed (you most likely do), just run the script with:
# $ ./install_nano_on_macos_without_homebrew.sh