Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 665 Bytes

File metadata and controls

33 lines (22 loc) · 665 Bytes

dotfiles

Setup

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

git clone https://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.