You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joe Taber 7fd8f90215 Add reference to simple bash prompt project 2 years ago
.aliases Add files 2 years ago
.bashrc Clean up .bashrc 2 years ago
.exports Add .functions 2 years ago
.functions Add .functions 2 years ago
.gitignore Add .vimrc 2 years ago
.vimrc Add .vimrc 2 years ago
README.md Add reference to simple bash prompt project 2 years ago

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

https://github.com/brujoand/sbp