1
1
Fork 0
This commit is contained in:
Ava Gaiety Wroten 2021-04-08 10:52:44 -05:00
parent 7b047419e1
commit 51e0427855
2 changed files with 24 additions and 0 deletions

9
tmux/.tmux.conf Normal file
View file

@ -0,0 +1,9 @@
# status bar to top
set-option -g status-position top
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

15
tmux/README.md Normal file
View file

@ -0,0 +1,15 @@
# 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