Skip to content

Instantly share code, notes, and snippets.

@rw3iss
rw3iss / install_tmux_osx_no_brew.sh
Last active October 20, 2020 16:04 — forked from tomasbasham/install_tmux_osx_no_brew
Install tmux on OSX without homebrew
# Create a directory
mkdir ~/tmux-install
cd ~/tmux-install
# Get the files
curl -OL https://www.openssl.org/source/openssl-1.1.1g.tar.gz
curl -OL https://github.com/tmux/tmux/releases/download/3.1b/tmux-3.1b.tar.gz
curl -OL https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
# Extract them
#!/bin/bash
# Downloads and imports: allCountries.zip alternateNames.zip userTags.zip admin1CodesASCII.txt admin2Codes.txt countryInfo.txt featureCodes_en.txt iso-languagecodes.txt timeZones.txt"
# MODIFIED TO USE CURL INSTEAD OF WGET
#===============================================================================
#
# FILE: getgeo.sh
#