Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 199 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 199 Bytes

dotfiles

installation

  1. clone to ~/dotfiles
  2. add for f in $(find ~/dotfiles -maxdepth 2 -not -path '*.git*' -not -path '*/dotfiles/bin/*' -not -type dir); do source $f; done to ~/.bashrc