An open API service indexing awesome lists of open source software.

https://github.com/knittl/.files

Collection of my personal dotfiles. Use at your own risk.
https://github.com/knittl/.files

configs dotfiles

Last synced: 3 months ago
JSON representation

Collection of my personal dotfiles. Use at your own risk.

Awesome Lists containing this project

README

        

# knittl's dot files

To bootstrap local dotfiles, create a clone with the following commands:

git init --bare "$HOME/.dotfiles"
alias cfg='git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
cfg remote add origin https://github.com/knittl/.files.git
cfg fetch
cfg checkout master

Attention: this can interfere with existing config files!