These are configurations for tmux
.
Run on a sh-compatible terminal (for a quick install):
sh ./pre-setup.sh
This will install (hopefully) rcm
if you don't have it and then configure
everything with it using the tag tmux
.
If you want to update, then pull from the git repository and run the
pre-setup.sh
script again.
If you want to know what's happening inside, then:
Clone into your terminal:
git clone git://github.com/nrxr/tmuxfiles.git \
~/code/src/github.com/nrxr/tmuxfiles
Install rcm
:
# macOS
brew tap thoughtbot/formulae
brew install rcm
# voidlinux
sudo xbps-install -S rcm
rcup -d $HOME/code/src/github.com/nrxr/tmuxfiles \
-v -t tmux \
-x README*.md -x LICENSE -x pre-setup.sh
Manually updating can be done by running pre-setup.sh
again or this same line.
Copyright © 2019-2024, nrxr <[email protected]>
.
This software is distributed under the terms of the MIT license.
See LICENSE for details.