tmux
This commit is contained in:
parent
7b047419e1
commit
51e0427855
2 changed files with 24 additions and 0 deletions
9
tmux/.tmux.conf
Normal file
9
tmux/.tmux.conf
Normal 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
15
tmux/README.md
Normal 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
|
Loading…
Add table
Reference in a new issue