Skip to content

Latest commit

History

History
45 lines (30 loc) 路 712 Bytes

File metadata and controls

45 lines (30 loc) 路 712 Bytes

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