Skip to content

"Githubed" dotfiles seems to be a good idea. Let try this

Notifications You must be signed in to change notification settings

dharFr/dotfiles

Repository files navigation

My own custom dotfiles

"Githubed" dotfiles seems to be a good idea. Let try this...

If this looks interesting to you too, you probably want to read http://dotfiles.github.com/

The core logic (mainly bootstrap.sh) came from mathiasbynens/dotfiles, as well as the Installation doc bellow.

Installation

Using Git and the bootstrap script

You can clone the repository wherever you want. (I like to keep it in ~/Projects/dotfiles, with ~/dotfiles as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.

git clone https://github.com/mathiasbynens/dotfiles.git && cd dotfiles && ./bootstrap.sh

To update, cd into your local dotfiles repository and then:

./bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

./bootstrap.sh -f

Git-free install

To install these dotfiles without Git:

cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh}

To update later on, just run that command again.

About

"Githubed" dotfiles seems to be a good idea. Let try this

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages