petrosp / dotfiles-1

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

dotfiles

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 43.1%Language:Vim Script 15.0%Language:Perl 11.9%Language:Python 10.2%Language:Lua 8.9%Language:JavaScript 3.7%Language:Objective-C 3.4%Language:Vim Snippet 1.8%Language:Haskell 1.6%Language:GDB 0.2%