Skip to content

Instantly share code, notes, and snippets.

View OpenSourceIronman's full-sized avatar
🌙
Workin on Moon lander / robot

Blaze Sanders OpenSourceIronman

🌙
Workin on Moon lander / robot
View GitHub Profile
@OpenSourceIronman
OpenSourceIronman / install_nano_v4.0_on_mac.sh
Created July 28, 2021 14:03 — forked from fevangelou/install_nano_on_macos_without_homebrew.sh
Install Nano Editor v4.0 (with syntax highlighting) on the Mac
#!/bin/bash
# Install Nano Editor (https://www.nano-editor.org) with syntax highlighting on the Mac
# Version 4.0 ("Thy Rope of Sands") released March 24th 2019
cd ~/
wget https://www.nano-editor.org/dist/v4/nano-4.0.tar.gz
tar -xvf nano-4.0.tar.gz
mv nano-4.0 .nano
cd .nano/