dotfiles, managed with chezmoi.
Install dotfiles on a new machine:
chezmoi init [email protected]:moritzreiter/dotfiles.git
chezmoi diff
chezmoi apply
Then, the most used command are:
chezmoi add file # add a new file to chezmoi
chezmoi re-add file # re-add a modified file
chezmoi cd # change to git repository
chezmoi update # pull changes from remote and apply
For the tmux plugins, install
tpm
:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Then install the plugins with Ctrl-b I
(capital I).