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

https://github.com/aaronvb/tmux

Tmux config
https://github.com/aaronvb/tmux

Last synced: 2 months ago
JSON representation

Tmux config

Awesome Lists containing this project

README

        

Screen Shot 2020-10-09 at 3 02 26 PM

## Setup
Base config taken from https://github.com/simonsmith/dotfiles and https://github.com/fatih/dotfiles
Install tmux and required dependencies:
```
> brew install tmux
> brew install reattach-to-user-namespace
> brew install urlview
```

Clone repo into `~/.config`
```
> cd ~/.config
> git clone [email protected]:aaronvb/tmux.git
```

Link tmux conf
```
> cd ~/.config/tmux
> ln -s -f ~/.config/tmux/tmux.conf ~/.tmux.conf
```

Install tmux plugin manager https://github.com/tmux-plugins/tpm
```
> cd ~/.config/tmux
> git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
```

Run tmux and install plugins
```
> tmux
I (shift+i)
```