setup bare minimum tmux with tpm (must install on system first)
This commit is contained in:
parent
63313e93a1
commit
3b2afab37b
8
.config/tmux/tmux.conf
Normal file
8
.config/tmux/tmux.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Plugins
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|
||||||
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
@ -7,7 +7,7 @@ Another attempt at creating a consistent and modular dotfiles configuration
|
|||||||
* `fish`: shell
|
* `fish`: shell
|
||||||
* `starship`: shell prompt
|
* `starship`: shell prompt
|
||||||
* `neovim`: editor
|
* `neovim`: editor
|
||||||
* `tmux`: terminal manager
|
* `tmux`: terminal manager (with `tpm`)
|
||||||
* `yazi`: file manager
|
* `yazi`: file manager
|
||||||
* `fzf`, `fd`, and `bat` for `fzf.fish`
|
* `fzf`, `fd`, and `bat` for `fzf.fish`
|
||||||
* `lazygit`: git ui (required for `lazygit.nvim`)
|
* `lazygit`: git ui (required for `lazygit.nvim`)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user