https://github.com/sebastienelet/dotfiles-tmux
Tmux configuration
https://github.com/sebastienelet/dotfiles-tmux
Last synced: 5 months ago
JSON representation
Tmux configuration
- Host: GitHub
- URL: https://github.com/sebastienelet/dotfiles-tmux
- Owner: SebastienElet
- Created: 2013-05-24T11:40:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-03T14:09:39.000Z (almost 12 years ago)
- Last Synced: 2025-02-03T21:54:02.467Z (over 1 year ago)
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tmux
====
# Installation
`````bash
cd && git clone --recursive https://github.com/Nasga/dotfiles-tmux.git\
.dotfiles-tmux && ln -s .dotfiles-tmux/tmux.conf .tmux.conf
`````
# Update
`````bash
cd ~/.dotfiles-tmux && git pull --all
`````