Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sskender/tmux

Tmux configuration
https://github.com/sskender/tmux

arch-linux archlinux dotfiles gruvbox linux neovim terminal tmux tmux-conf tmux-configs tmux-configuration unixporn vim

Last synced: 10 days ago
JSON representation

Tmux configuration

Awesome Lists containing this project

README

        

# tmux

Tmux configuration

## Quickstart

```bash
# backup old configuration (optional)
mv ~/.tmux.conf ~/.tmux.conf.bkp

# clone repository
cd ~/Documents
git clone [email protected]:sskender/tmux.git

# link tmux file
ln -s ~/Documents/tmux/tmux.conf ~/.tmux.conf

# update
cd ~/Documents/tmux
git pull
```

Reload tmux config:

```txt
[Ctrl-B] :source ~/.tmux.conf
```