Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scmorrison/tmux-sessions
Collection of tmux scripts to launch commonly configured sessions / window configurations.
https://github.com/scmorrison/tmux-sessions
Last synced: 4 days ago
JSON representation
Collection of tmux scripts to launch commonly configured sessions / window configurations.
- Host: GitHub
- URL: https://github.com/scmorrison/tmux-sessions
- Owner: scmorrison
- License: gpl-3.0
- Created: 2015-09-12T00:27:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T07:29:09.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T22:03:18.621Z (about 2 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tmux-sessions
=============Collection of tmux scripts to launch commonly configured sessions / window configurations.
### Requirements
* tmux
# Install
## Clone repo to ~/local
```
cd ~/local
git clone https://github.com/scmorrison/tmux-sessions.git
```## Add scripts directory to path
```
# Add to ~/.bash_profile
export PATH=$PATH:$HOME/local/tmux-sessions/scripts
```# Scripts
* [tmux-command-center] - Start a three window session (system, tools, misc) using PWD as the name of the session.
* [tmux-web-dev] - Start a three window session (server, vim, test) using PWD as the name of the session.
* [tmux-music] - Start a two window session (pianobar, mocp) using `music` as the name of the session. Create an ssh tunnel before launching `pianobar`. Launch `mocp` in the mocp window.# License
GPLv3
[tmux-command-center]: scripts/tmux-command-center
[tmux-web-dev]: scripts/tmux-web-dev
[tmux-music]: scripts/tmux-music