Skip to content

dotfile/tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

tmux configs

Opinionated tmux configs that might get updated.

Installation

Because I'm lazy af sometimes,

cd ~/.config
git clone [email protected]:dotfile/tmux.git
ln -s ~/.config/tmux/tmux.conf ~/.tmux.conf

Or at work,

mkdir -p ~/Development/1st && cd ~/Development/1st
git clone [email protected]:dotfile/tmux.git
ln -s ~/Development/1st/tmux/tmux.conf ~/.tmux.conf

And add a local .git/config user override:

[user]
	name = "Brandon Thomas"
	email = "EMAIL"

Reading material

License

This isn't code, so it doesn't even really matter. If you care, why not the [GNU Free Documentation License 1.3] [1]?

[1] https://www.gnu.org/licenses/fdl-1.3.en.html

About

tmux configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published