/dotfiles-1

dotfiles

Primary LanguageShellDo What The F*ck You Want To Public LicenseWTFPL

dotfiles

About

My messy dotfiles. WIP of course :)

Used to be managed using dotbot, but now mainly managed manually.

Some files or configuration parts are Mac OS X specific.

Requirements

  • git

Bootstrapping

URL='https://github.com/gwarf/dotfiles'
git clone "$URL" ~/.dotfiles && cd ~/.dotfiles && ./install

In order to push and once GitHub credentials have been confiugred it is required to update the URL in the .git/config file:

[remote "origin"]
  url = git@github.com:gwarf/dotfiles.git

References