topalovic / .dot

Everything starts from a dot --Kandinsky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nikola's dotfiles

Setup

Clone the repo to your home folder and run:

$ .dot/install

👊 Bam. Done.

Customization

To round off git configuration, set up ~/.private/gitconfig with your personal info:

[user]
  name  = Nikola Topalović
  email = nikola@example.org

[github]
  user  = topalovic
  token = <github-token>

For secret vars and other local data, provide a ~/.private/env script that will be sourced automatically.

Grab the pre-patched fonts for powerline and don't forget to check bin and etc for optional goodies.

Cleanup

To unlink all dotfiles, run:

$ .dot/unlink

About

Everything starts from a dot --Kandinsky


Languages

Language:Shell 81.3%Language:Ruby 18.7%