Skip to content

Instantly share code, notes, and snippets.

@tcapelle
Last active March 20, 2020 11:32
Show Gist options
  • Save tcapelle/84054e25988b2c8bc0f7f42200581f78 to your computer and use it in GitHub Desktop.
Save tcapelle/84054e25988b2c8bc0f7f42200581f78 to your computer and use it in GitHub Desktop.

Basic Linux Setup

This gist aims to setup a LInux machine for python work from scratch.

ZSH

Other terminal app that is plain better.

TMUX

  • start new with session name: tmux new -s myname
  • aatach to session with name: `tmux a -t myname
  • view activet tmuxes: tmux ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment