Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 404 Bytes

File metadata and controls

25 lines (13 loc) · 404 Bytes

dotfiles

Usage:

  1. Clone the repo:

git clone https://github.com/derekfrogget/dotfiles.git

  1. Enter the repository's directory

cd dotfiles

  1. Init and update submodules:

git submodule init && git submodule update

  1. (Optional) Rename directory to .dotfiles

cd .. && mv dotfiles .dotfiles && cd .dotfiles

  1. Create symbolic links in the home directory:

stow -t ~/ */

  1. Done!