Last active
February 1, 2021 04:29
-
-
Save jeremyje/3e630cada87536370c96ca234f570518 to your computer and use it in GitHub Desktop.
tmux.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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