Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 827 Bytes

readme.md

File metadata and controls

18 lines (15 loc) · 827 Bytes

How to go back home again

  • git clone --separate-git-dir=$HOME/.config.git https://github.com/bessonm/dotfiles.git $HOME/DELETE-ME-RIGHT-AFTER
  • rm -r $HOME/DELETE-ME-RIGHT-AFTER
  • alias config='/var/run/current-system/sw/bin/git --git-dir=$HOME/.config.git/ --work-tree=$HOME'
  • config config --local status.showUntrackedFiles no
  • config checkout -- .
  • antibody bundle < ~/.zsh_plugins > ~/.zsh_plugins.sh

How to setup a new home

git clone --bare https://github.com/bessonm/dotfiles.git $HOME/.config.git

Acknowledgments

Other