Skip to content

Instantly share code, notes, and snippets.

@chhe
chhe / packages.sh
Created December 30, 2017 17:23 — forked from nshtg/packages.sh
Missing Cygwin/MSYS2 packages
#!/usr/bin/env bash
# Install re2c
cd /tmp &&
git clone --depth 1 https://github.com/skvadrik/re2c.git &&
cd re2c/re2c &&
./autogen.sh &&
./configure --prefix=/usr &&
make -j$(nproc) && make install &&
rm -rf /tmp/re2c
@chhe
chhe / tmux-cheatsheet.markdown
Last active March 22, 2017 21:22 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname