Skip to content

trevoreyre/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Keep configuration files in sync.

Reference: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

Installing dotfiles onto a new system

You can use this dotfiles-install.sh script which I stored in a GitHub gist.

# From your $HOME directory
curl -Lks https://gist.githubusercontent.com/trevoreyre/c4170c6023e94f86cac1d8025aa3176d/raw | /bin/bash

Updating dotfiles

Update as you would normally, using dotfiles in place of git

dotfiles status
dotfiles add .bashrc
dotfiles commit -m "Updated .bashrc"
dotfiles push origin master

About

Configure all the things!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published