botbotbot 's blog

Dotfile

A file begins with . that is hidden file on unix based. Mostly use as configuration file ex. .gitconfig, .vimrc, .bashrc - What are dotfiles?

Keep dotfiles with github like backup yours machine’s setting. Your can move to new machine with same feeling from old one by restore dotfiles backup.

For My OSX Dev Developement, I use

  • OSX - Brewfile and Brew Bundle to backup and restore homebrew dependentcies.
  • dotbot to link dotfiles.
  • vim-plug - install vim plugins via .vimrc
  • tpm - install tmux plugins via .tmux.conf

References

  1. What are dotfiles?
  2. Dotfile Github
  3. Awesome Dotfile
  4. USING GIT AND GITHUB TO MANAGE YOUR DOTFILES
  5. mildronize/dotfiles