Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 330 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 330 Bytes
  • install homebrew
  • run next command to create devel directory and clone repo into it
mkdir $HOME/devel && git -C $HOME/devel clone https://github.com/andres-gr/dotfiles.git
  • run next command to cd into repo and run init script
cd $HOME/devel/dotfiles && chmod +x init.sh && ./init.sh