This is a backup of my zsh, vim, tmux, git and some other configs.
The settings can be installed by cloning this repository and running ./install
inside this directory.
Dotbot will install all submodules and create the necessary symbolic links as specified in install.conf.yaml
.
For easy handeling of Vim plugins we use Vundle. It is already integrated in the repo as a submodule.
Plugins for Tmux can be installed with the Tmux Plugin Manager. It is also integrated in the repo as a submodule.
The listed Vim plugins in the vimrc file can now be installed to vim/bundle by opening vim and executing the :PluginInstall
command.
The listed Tmux plugins in the tmux.conf can be installed to tmux/plugins with C-a I
in a running tmux-session.
The installed Vim plugins in the vimrc file can be updated by opening vim and executing the :PluginUpdate
command.
The installed Tmux plugins can be updated with C-a U
in a running tmux-session.
To update the submodules (vundle, tpm and oh-my-zsh) run ./update
or:
git submodule update --init --remote