- Install
gitandzsh git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME clone --bare --recurse-submodules https://github.com/mobec/dotfiles $HOME/.dotfilesgit --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkoutgit --git-dir=$HOME/.dotfiles/ --work-tree=$HOME submodule update --init --recursivechsh -s $(which zsh)vimand press enter to open vim anyway, then run:PluginInstallin vim
You can use the dotfiles alias to use git with the workspace pointing to your home directory.
For example use dotfiles pull to get the latest dotfiles