Skip to content

UX3D-becher/dotfiles

 
 

Repository files navigation

Dotfiles

Install

  1. Install git and zsh
  2. git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME clone --bare --recurse-submodules https://github.com/mobec/dotfiles $HOME/.dotfiles
  3. git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
  4. git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME submodule update --init --recursive
  5. chsh -s $(which zsh)
  6. vim and press enter to open vim anyway, then run :PluginInstall in vim

Update

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

About

Unix Dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.0%
  • Vim Script 43.0%