📚 docs(tmux): add about section, setup section and some images
This commit is contained in:
parent
b4a8f19e01
commit
5253943602
4 changed files with 55 additions and 1 deletions
56
.config/tmux/.github/README.md
vendored
56
.config/tmux/.github/README.md
vendored
|
@ -1,3 +1,57 @@
|
|||
<div align="center">
|
||||
<a href=""><img src="./title.png"></a>
|
||||
<a href="#"><img src="./title.png"></a>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png" width="90%"/><br>
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<a href="#herb--about"><img width="190px" src="https://raw.githubusercontent.com/Matt-FTW/dotfiles/main/.github/assets/category-images/dotfiles-about.png"></a>
|
||||
<a href="#wrench--setup"><img width="190px" src="https://raw.githubusercontent.com/Matt-FTW/dotfiles/main/.github/assets/category-images/dotfiles-setup.png"></a>
|
||||
<a href="#camera--gallery"><img width="190px" src="https://raw.githubusercontent.com/Matt-FTW/dotfiles/main/.github/assets/category-images/dotfiles-gallery.png"></a>
|
||||
|
||||
</div>
|
||||
|
||||
# :herb: <samp>About</samp>
|
||||
|
||||
My default multiplexer is [tmux](https://github.com/tmux/tmux). In the past I tried [Zellij](https://zellij.dev/) and I really liked it, but when I tried tmux, it was a whole different story. Not only is faster, but more customizable, has a ton of plugins and it has a ton of documentation and help online. I had a zellij config before I switched to tmux so if you wanna see it, [take a look](https://github.com/Matt-FTW/dotfiles/commit/8e63e29833470bebd0d812035ec811149d0c5d7e).
|
||||
|
||||
Now, here are the plugins I use alongside tmux:
|
||||
|
||||
- [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager)
|
||||
- [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect)
|
||||
- [catppuccin](https://github.com/catppuccin/tmux)
|
||||
- [tmux-sessionx](https://github.com/omerxx/tmux-sessionx)
|
||||
- [tmux-floax](https://github.com/omerxx/tmux-floax)
|
||||
- [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible)
|
||||
- [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum)
|
||||
|
||||
The plugins and their options are declared on [this file](../conf/plugins.conf).
|
||||
|
||||
For tmux base options, you can find them [over here](../conf/options.conf).
|
||||
|
||||
In the case of the keybindings, [here they are](../conf/binds.conf).
|
||||
|
||||
# :wrench: <samp>Setup</samp>
|
||||
|
||||
### :package: Plugins Installation
|
||||
|
||||
Once you enter tmux, hit `prefix + I` to install the plugins. And that's it.
|
||||
|
||||
# :camera: <samp>Gallery</samp>
|
||||
|
||||
| **Floating Terminal** |
|
||||
| ------------------------------- |
|
||||
|  |
|
||||
|
||||
| **Image Preview** |
|
||||
| ------------------------------- |
|
||||
|  |
|
||||
|
||||
| **Session Manager** |
|
||||
| ------------------------------- |
|
||||
|  |
|
||||
|
|
BIN
.config/tmux/.github/overview-1.png
vendored
Normal file
BIN
.config/tmux/.github/overview-1.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 401 KiB |
BIN
.config/tmux/.github/overview-2.png
vendored
Normal file
BIN
.config/tmux/.github/overview-2.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 732 KiB |
BIN
.config/tmux/.github/overview-3.png
vendored
Normal file
BIN
.config/tmux/.github/overview-3.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 423 KiB |
Loading…
Add table
Reference in a new issue