- Install
git
andzsh
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME clone --bare --recurse-submodules https://github.com/mobec/dotfiles $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME submodule update --init --recursive
chsh -s $(which zsh)
vim
and press enter to open vim anyway, then run:PluginInstall
in 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