Skip to content

Instantly share code, notes, and snippets.

View bouldeterre's full-sized avatar
🌴

Emonides Pierre-Emmanuel bouldeterre

🌴
View GitHub Profile
# LOCAL DEV SETUP
python_version = 3.6.7
venv_prefix = project-name
venv_name = $(venv_prefix)-$(python_version)
require_pyenv:
@if ! [ -x "$$(command -v pyenv)" ]; then\
echo -e '\n\033[0;31m ❌ pyenv is not installed.\n\033[0m';\
exit 1;\
body { background: #222; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #279dcf; }
a:hover, a:active, a:focus { color: #279dcf; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; }

Keybase proof

I hereby claim:

  • I am bouldeterre on github.
  • I am peemonides (https://keybase.io/peemonides) on keybase.
  • I have a public key ASBnRUkU_jGs1oDmlM6Frv97EHtR7dPLmnrek2e7gn7Ukwo

To claim this, I am signing this object:

@bouldeterre
bouldeterre / tmux-cheatsheet.markdown
Last active December 5, 2017 14:09 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname