Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 645 Bytes

ABC Bash

My personal bash/tmux setup for Linux.


Install

tmux installation for git-bash (requires msys64 running as admin):

pacman -S tmux && cd "C:\msys64\usr\bin" && cp -t "C:\Program Files\Git\usr\bin" tmux.exe msys-event*.dll

bashrc and tmux config install:

cd ~ && git clone https://github.com/abcarlisle/abc-bash.git && mv -n ~/abc-bash/.tmux.conf ~/abc-bash/.bash* ~/abc-bash/.profile ~; rm -rf ~/abc-bash

Contributions