Skip to content

Instantly share code, notes, and snippets.

@jimmcslim
Created September 29, 2022 01:56
Show Gist options
  • Save jimmcslim/9c04fb643ad7ef925c383376eed1ebc9 to your computer and use it in GitHub Desktop.
Save jimmcslim/9c04fb643ad7ef925c383376eed1ebc9 to your computer and use it in GitHub Desktop.
Install tmux config
#!/bin/bash
# Installs https://github.com/gpakosz/.tmux
cd
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment