An open API service indexing awesome lists of open source software.

https://github.com/arakkkkk/tmux


https://github.com/arakkkkk/tmux

Last synced: 7 months ago
JSON representation

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
```