Skip to content

pjquirk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors