Skip to content

Instantly share code, notes, and snippets.

@mcgivrer
Last active May 4, 2022 13:42
Show Gist options
  • Save mcgivrer/c1bb716712dee9944beaccde01302944 to your computer and use it in GitHub Desktop.
Save mcgivrer/c1bb716712dee9944beaccde01302944 to your computer and use it in GitHub Desktop.
Tools survival guide
title created author description
Tools survival guide
2022
Fréédric Delorme
some useful information for any user or developer using Linux

Tools Survival Guide

Tmux

on git bash

  1. install MSYS2 from https://www.msys2.org/#installation
  2. copy and paste tmux from msys/usr/bin/ to [git_root_install]/usr/bin
    • tmux
    • event's library files list of libraries file to be copy/past
  3. start git bash
  4. execute tmux

Tmux in Git Bash

  1. Configure your own tmux with your needs, but if you want a great config, go and visit https://github.com/gpakosz/.tmux

than you may have something like this :

Powerline feature like in your tmux config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment