all repos — dotfiles @ 6363b8f04e4bdd904c6a2a45aa1fb15bd9e52d8f

linux dotfiles

.gitignore

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# vim files # 
*.swp
*.netrwhist

# qutebrowser autoconfig file #
qutebrowser/autoconfig.yml
qutebrowser/qsettings/

# vim view files
.vim/view/*

# pycache 
__pycache__

#tmp binary files
bin/tmp/*