* initial commit - dotfiles based on DoomHammer

This commit is contained in:
2023-04-11 17:21:55 +03:00
commit 17ade4a5e4
25 changed files with 1520 additions and 0 deletions

71
.gitignore_global Normal file
View File

@ -0,0 +1,71 @@
.~lock.*#
# Mac stuff
.DS_Store
# vim-session
Session.vim
# Ctags
tags
TAGS
tags
.tags
# Backup
*.bak
*.tmp
*~
.*.sw*
# Python
*.pyc
# Archives
*.7z
*.jar
*.rar
*.zip
*.tgz
*.gz
*.bzip
*.xz
*.lzma
*.iso
*.tar
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
# LaTeX
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.nav
*.nlo
*.out
*.pdfsync
*.ps
*.snm
*.spl
*.synctex.gz
*.toc
*.vrb
*.maf
*.mtc
*.mtc0