Go to file
Joe 20b7e8e9bf Add .vimrc 2021-05-21 15:39:13 -05:00
.aliases Add files 2021-05-21 15:12:02 -05:00
.bashrc Clean up .bashrc 2021-05-21 15:21:40 -05:00
.exports Add .functions 2021-05-21 15:38:37 -05:00
.functions Add .functions 2021-05-21 15:38:37 -05:00
.gitignore Add .vimrc 2021-05-21 15:39:13 -05:00
.vimrc Add .vimrc 2021-05-21 15:39:13 -05:00
README.md Add sources to README 2021-05-21 15:23:28 -05:00

README.md

Home directory

Setup

  • 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)

See also

https://github.com/kalkayan/dotfiles / https://news.ycombinator.com/item?id=27134249

https://github.com/nickjj/dotfiles