Cygwin 上で MSBuild を使って複数ソリューションをまとめてビルドする
kawa.xxx
kawalog
昔は各環境ごとにバラバラにプラグインとして入れていましたが、今は python に統一されている用なので、pip を使って一発で入れます。
pip install powerline-status
次に .tmux.conf に以下の設定をします。
set-option -g default-terminal screen-256color set -g terminal-overrides 'xterm:colors=256' run-shell "powerline-daemon -q" source "/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"
ここでの注意点は source のパスは必ずフルパスで書きましょう。横着して ~/
で始めてしまうとファイルパスを認識してくれずハマります。
– https://qiita.com/susieyy/items/ac2133e249f252dc9a34
– https://powerline.readthedocs.io/en/2.4/usage/other.html#tmux-statusline