Skip to content

andyedison/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

to install

git clone https://github.com/andyedison/dotfiles.git ~/dotfiles

tmuxp

started using tmuxp to generate sessions given yaml files. tmuxp repo here

example bash setup, assuming you have a config.yaml, docker.yaml, and dba.yaml defined in your ~/.tmuxp directory

# tmux setup
tmux has-session -t dba 1> /dev/null 2>&1
if [ $? -eq 1 ]; then
        # last one listed is attached
        tmuxp load config docker dba
fi

About

Personal collection of configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages