Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sskender/tmux
Tmux configuration
https://github.com/sskender/tmux
arch-linux archlinux dotfiles gruvbox linux neovim terminal tmux tmux-conf tmux-configs tmux-configuration unixporn vim
Last synced: 10 days ago
JSON representation
Tmux configuration
- Host: GitHub
- URL: https://github.com/sskender/tmux
- Owner: sskender
- Created: 2023-06-05T21:26:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-21T18:09:32.000Z (about 2 months ago)
- Last Synced: 2024-12-21T19:19:39.811Z (about 2 months ago)
- Topics: arch-linux, archlinux, dotfiles, gruvbox, linux, neovim, terminal, tmux, tmux-conf, tmux-configs, tmux-configuration, unixporn, vim
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux
Tmux configuration
## Quickstart
```bash
# backup old configuration (optional)
mv ~/.tmux.conf ~/.tmux.conf.bkp# clone repository
cd ~/Documents
git clone [email protected]:sskender/tmux.git# link tmux file
ln -s ~/Documents/tmux/tmux.conf ~/.tmux.conf# update
cd ~/Documents/tmux
git pull
```Reload tmux config:
```txt
[Ctrl-B] :source ~/.tmux.conf
```