Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lleohao/tmux
My tmux config
https://github.com/lleohao/tmux
Last synced: 4 days ago
JSON representation
My tmux config
- Host: GitHub
- URL: https://github.com/lleohao/tmux
- Owner: lleohao
- Created: 2023-12-07T06:19:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T13:00:35.000Z (10 months ago)
- Last Synced: 2024-11-17T09:42:32.768Z (2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux
My tmux config## Usage
### Install tpm
> https://github.com/tmux-plugins/tpm
```
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```### Download `tmux.conf`
```
wget https://raw.githubusercontent.com/lleohao/tmux/main/tmux.conf -O .tmux.conf
```### Install plugins
Enter tmux session
```
$ tmux
```Source config file
```
tmux source .tmux.conf
```Install plugins
```
C-a I
```