Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 685 Bytes

File metadata and controls

32 lines (21 loc) · 685 Bytes

dotfiles

Setup

Clone the repo, then run the bootstrap script to install dependencies and copy dotfiles to your home directory:

git clone --recurse-submodules git@github.com:pjquirk/dotfiles.git ~/dotfiles && ~/dotfiles/script/bootstrap

Usage

Pull — get the latest dotfiles from the remote and overwrite your local copies:

script/pull

Push — copy your local dotfiles into the repo, commit, and push to remote:

script/push

Add — copy a new file or directory from $HOME into the repo and stage it with git:

script/add ~/.bashrc
script/add ~/.config/some-app

Then run script/push to commit and push.