https://github.com/arakkkkk/tmux
https://github.com/arakkkkk/tmux
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arakkkkk/tmux
- Owner: arakkkkk
- Created: 2023-05-10T22:15:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T02:15:50.000Z (12 months ago)
- Last Synced: 2025-02-01T17:11:23.112Z (8 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux
## Instration
```sh
git pull --recurse-submodules
``````sh
sudo apt install tmux
git clone https://github.com/arakkkkk/tmux.git ~/.config/tmux
mkdir plugins
git clone https://github.com/tmux-plugins/tmux-continuum ~/.config/tmux/plugins/tmux-continuum
git clone https://github.com/tmux-plugins/tmux-resurrect ~/.config/tmux/plugins/tmux-resurrect
git clone https://github.com/tmux-plugins/tmux-sensible ~/.config/tmux/plugins/tmux-sensible
git clone https://github.com/tmux-plugins/tmux-yank ~/.config/tmux/plugins/tmux-yank
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
```