tiernacity / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

  1. git clone --bare <this-repo> $HOME/.dotfiles
  2. alias dotfiles='git -c status.showUntrackedFiles=no --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
  3. dotfiles checkout # fix "files would be overwritten by checkout" errors
  4. Use bin/install to install base/common packages
  5. Add . ~/.chris to .bashrc or .zshrc, login again (or source the .rc file)
  6. Use the dotfiles shell alias to manage dotfiles

Reference

About


Languages

Language:Vim Script 98.7%Language:Shell 1.3%