all repos — dotfiles @ c1ce7111ba5c4260e38c655aeabe57caf18b0818

linux dotfiles

.gitignore (view raw)

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

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

# vim view files
.vim/view/*

# pycache 
__pycache__