Last active
September 4, 2021 11:52
-
-
Save nik-garg/afb90cbb089747b338d7d636ddc38823 to your computer and use it in GitHub Desktop.
Tmux Setup
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
# Installing TPM - TMUX Package Manager | |
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm | |
# Getting Tmux configuration | |
wget https://gist.githubusercontent.com/nik-garg/cd128360d137e173c66cac97949d76bc/raw/b87771ea5ad40b1e548f418698aef2d5bb5bdbd3/.tmux.conf | |
# Updating bashrc for tmux colors | |
curl -o- https://gist.githubusercontent.com/nik-garg/f164554a078f498c816d8865244bfd0f/raw/e1ab0bb0a4a85953260f5d54b77f12055dc83393/bashrc | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment