Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alesr/tmux-conf
- Owner: alesr
- Created: 2024-06-06T08:15:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T09:31:53.000Z (7 months ago)
- Last Synced: 2024-06-06T09:44:09.682Z (7 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux-conf
My tmux configuration
## Usage
```bash
mkdir -p ~/.config/tmux ~/.tmux/pluginsgit 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)