Skip to content

Instantly share code, notes, and snippets.

View khisakuni's full-sized avatar

Kohei Hisakuni khisakuni

View GitHub Profile
@khisakuni
khisakuni / setup.sh
Last active December 23, 2019 19:12 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: