Skip to content

Instantly share code, notes, and snippets.

@jeremyje
Last active February 1, 2021 04:29
Show Gist options
  • Select an option

  • Save jeremyje/3e630cada87536370c96ca234f570518 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyje/3e630cada87536370c96ca234f570518 to your computer and use it in GitHub Desktop.
tmux.sh
#!/bin/bash
# curl -s -L -H 'Cache-Control: no-cache' https://gist.githubusercontent.com/jeremyje/3e630cada87536370c96ca234f570518/raw/tmux.sh | bash
sudo apt-get -y update
sudo apt-get -y install tmux
curl -s -o $HOME/.tmux.conf -L -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf
curl -s -o $HOME/.tmux.conf.local -L -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment