Small readme fix
Changed timeout for pane selection
Rename
Clone anywhere, then ./install.sh
and follow the instructions.
Or, copy the following, and paste it in your terminal
cd
mkdir repos
cd repos
git clone https://github.com/skippy404/.tmux
cd .tmux
./install.sh
Please note, there are dependencies, namely powerline, and powerline-fonts, currently these depenencies are only needed for config B, the rest of the configs can be used safely.
Alternatively, you can run the following, to install the tmux configs and my other dotfiles (aka my vim, bash and zsh configs, as well as other scripts, note this method requires sudo, as all dependencies are installed)
curl -O https://skiqqy.xyz/install.sh && bash install.sh
yay -S powerline
sudo dnf install powerline tmux-powerline
sudo apt install powerline
cd
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
To change to a different config, simply run ./newconf.sh path/to/conf
Example: ./newconf ~/repos/.tmux/tmux_conf/.tmux.conf_A
.tmux.conf_A
.tmux.comf_B