Skip to content

Instantly share code, notes, and snippets.

View chriswinn's full-sized avatar

Chris Winn chriswinn

View GitHub Profile
@chriswinn
chriswinn / link-icloud-drive.sh
Created September 27, 2019 16:06 — forked from ecridge/link-icloud-drive.sh
Add a symbolic link to iCloud Drive in Bash on macOS.
@chriswinn
chriswinn / commit_format_examples.txt
Created September 27, 2019 05:02 — forked from mutewinter/commit_format_examples.txt
Examples of my commit format.
chore: add Oyster build script
docs: explain hat wobble
feat: add beta sequence
fix: remove broken confirmation message
refactor: share logic between 4d3d3d3 and flarhgunnstow
style: convert tabs to spaces
test: ensure Tayne retains clothing
@chriswinn
chriswinn / tmux.conf
Created September 27, 2019 01:35 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000
@chriswinn
chriswinn / tmux-cheatsheet.markdown
Created September 26, 2019 04:25 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@chriswinn
chriswinn / tmux.md
Created September 26, 2019 04:23 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a