Go to file
Joe 4e79cdf6c5 Add README.md 2021-05-21 15:19:14 -05:00
.aliases Add files 2021-05-21 15:12:02 -05:00
.bashrc Add files 2021-05-21 15:12:02 -05:00
.gitignore Add README.md 2021-05-21 15:19:14 -05:00
README.md Add README.md 2021-05-21 15:19:14 -05:00

README.md

Home directory

Initialize

  • Clone this repo git clone --bare [repo-url] ~/.dotfiles
  • Checkout files into home dir git checkout --repo "$HOME/.dotfiles" --workdir "$HOME" .
  • soruce .bashrc

Dotfiles

  • Use dotfiles git alias to interact with dotfiles repo. E.g. dotfiles status
  • Add files you want to track as exceptions to .gitignore (or dotfiles add --force)