15 lines
297 B
Markdown
15 lines
297 B
Markdown
# Gaiety's Dotfiles
|
|
|
|
## Tmux
|
|
|
|
A terminal multiplexer
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
sudo pacman -S tmux
|
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # install tpm plugin manager
|
|
echo "source-file {location_of_dotfiles}/tmux/.tmux.conf" > ~/.tmux.conf
|
|
```
|
|
|
|
`ctrl+b + I` to install plugins
|