Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 463 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 463 Bytes

dotfiles

My dot files list

Setup environment in a new computer

Make sure to have git installed, then:

  • clone your github repository
    git clone --bare https://github.com/neozay/dotfiles.git $HOME/.dotfiles
    
  • define the alias in the current shell scope
    alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
    
  • checkout the actual content from the git repository to your $HOME
    dotfiles checkout