Skip to content

Instantly share code, notes, and snippets.

View z00sts's full-sized avatar

Stan Zubov z00sts

  • Belgrade, Serbia
View GitHub Profile
@z00sts
z00sts / setup.cfg
Created May 27, 2020 08:07 — forked from althonos/setup.cfg
A `setup.cfg` template for my Python projects
# https://gist.github.com/althonos/6914b896789d3f2078d1e6237642c35c
[metadata]
name = {name}
version = {version}
author = Martin Larralde
author-email = [email protected]
home-page = https://github.com/althonos/{name}
description = {description}
long-description = file: README.rst, CHANGELOG.rst
@z00sts
z00sts / tmux-cheatsheet.markdown
Created May 7, 2020 05:30 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname