Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1020 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 1020 Bytes

tmux-sessionizer

A simple script to fuzzy find your project and start tmux session with preconfigured windows layout.

Inspired and based on ThePrimeagen's dotfile.

Prerequisites

Installation

git clone [email protected]:laporchen/tmux-sessionizer.git
cd tmux-sessionizer
chmod +x sessionizer
ln -s $(pwd)/sessionizer ~/.local/bin/sessionizer

Configuration

Project paths

Edit the sessionizer script and change the search_paths variable to your project directories.

Project window configurations

This script uses teamocil to handle the layout configuration. You can create a configuration file for each project in where you store your teamocil layout files. The configuration file should be named after the project directory name with .yml extension.

Usage

sessionizer