https://github.com/tmcdonell/config-tmux
tmux configuration
https://github.com/tmcdonell/config-tmux
Last synced: 5 months ago
JSON representation
tmux configuration
- Host: GitHub
- URL: https://github.com/tmcdonell/config-tmux
- Owner: tmcdonell
- Created: 2017-10-17T08:10:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T15:53:56.000Z (over 3 years ago)
- Last Synced: 2025-04-05T10:23:46.828Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tmux settings
=============
Settings for tmux: a terminal multiplexer
https://tmux.github.io
Clone the repository to `~/.config/tmux` and create the symlink:
```
$ ln -s ~/.config/tmux/tmux.conf ~/.tmux.conf
```
This also requires:
```
$ brew install reattach-to-user-namespace
$ git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
```