Skip to content

nrxr/tmuxfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmuxfiles

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:

Pre-requisites

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

Installing the tmux configuration files with 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.

License

Copyright © 2019-2024, nrxr <[email protected]>.

This software is distributed under the terms of the MIT license.

See LICENSE for details.

About

tmux configuration files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages