56 lines
1.5 KiB
Markdown
56 lines
1.5 KiB
Markdown
---
|
|
aliases:
|
|
- psmux
|
|
tags:
|
|
- IT/Tools/Terminal
|
|
- IT/Tools/Shell
|
|
---
|
|
|
|
|
|
## Installation
|
|
|
|
- https://github.com/tmux/tmux/wiki/Installing
|
|
- https://github.com/nelsonenzo/tmux-appimage/releases
|
|
- https://github.com/marlocarlo/psmux/releases
|
|
|
|
```powershell
|
|
irm https://raw.githubusercontent.com/marlocarlo/psmux/master/scripts/install.ps1 | iex
|
|
```
|
|
|
|
### Plugins
|
|
- https://github.com/thewtex/tmux-mem-cpu-load
|
|
- https://github.com/tmux-plugins/tmux-cpu
|
|
- https://github.com/tmux-plugins/tpm
|
|
- https://github.com/catppuccin/catppuccin
|
|
|
|
## Configuration
|
|
|
|
### catppuccin
|
|
- https://github.com/catppuccin/tmux/blob/main/docs/reference/configuration.md
|
|
-
|
|
|
|
### Nested tmux Sessions
|
|
- https://simplyian.com/2014/03/29/using-tmux-remotely-within-a-local-tmux-session/
|
|
- https://www.freecodecamp.org/news/tmux-in-practice-local-and-nested-remote-tmux-sessions-4f7ba5db8795/
|
|
|
|
### Resize tmux panes
|
|
- https://tech.serhatteker.com/post/2022-05/how-to-resize-tmux-panes/
|
|
|
|
## Videos
|
|
- [Tmux has forever changed the way I write code. - YouTube](https://www.youtube.com/watch?v=DzNmUNvnB04)
|
|
- https://www.youtube.com/watch?v=Mkno_8jnDdA
|
|
- https://www.youtube.com/watch?v=jaI3Hcw-ZaA
|
|
- https://www.youtube.com/watch?v=nTqu6w2wc68
|
|
- https://www.youtube.com/watch?v=%5C_YaI2vDbk0o
|
|
- https://www.youtube.com/watch?v=niuOc02Rvrc
|
|
|
|
|
|
## Links
|
|
- https://github.com/tmux/tmux
|
|
- https://www.stationx.net/tmux-cheat-sheet/
|
|
- https://tmuxcheatsheet.com/
|
|
- https://builtin.com/articles/tmux-config
|
|
- [Tmux Config: A Guide | Built In](https://builtin.com/articles/tmux-config)
|
|
- https://github.com/marlocarlo/psmux
|
|
|