https://github.com/aaronvb/tmux
Tmux config
https://github.com/aaronvb/tmux
Last synced: 2 months ago
JSON representation
Tmux config
- Host: GitHub
- URL: https://github.com/aaronvb/tmux
- Owner: aaronvb
- Created: 2020-10-10T01:01:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T00:48:15.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T22:38:22.758Z (3 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)
```