Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alesr/tmux-conf

My tmux configuration
https://github.com/alesr/tmux-conf

Last synced: about 2 months ago
JSON representation

My tmux configuration

Awesome Lists containing this project

README

        

# tmux-conf

My tmux configuration

## Usage

```bash
mkdir -p ~/.config/tmux ~/.tmux/plugins

git clone https://github.com/alesr/tmux-conf.git ~/.config/tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

# In .zshrc (or equivalent)
export TMUX_CONF=$HOME/.config/tmux/tmux.conf
```

## References

- [How To Use and Configure Tmux Alongside Neovim](https://www.josean.com/posts/tmux-setup)