Skip to content

Instantly share code, notes, and snippets.

View ShawnClake's full-sized avatar
💭
Coding

Shawn Clake ShawnClake

💭
Coding
  • Calian
  • Canada
View GitHub Profile
@ShawnClake
ShawnClake / pypi.md
Last active June 2, 2018 17:19 — forked from gboeing/pypi.md
How to organize and distribution a package on pypi

To distribute a package on pypi

Directory structure

/project/
    /package/
        __init__.py
        module.py
    setup.py
@ShawnClake
ShawnClake / tmux.md
Last active January 14, 2018 17:59 — 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