logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

attributes (451B)


  1. # diff= allows to get better hunk text (ie. function name)
  2. *.c diff=cpp
  3. *.cxx diff=cpp
  4. *.cpp diff=cpp
  5. *.h diff=cpp
  6. *.hpp diff=cpp
  7. *.sh diff=bash
  8. *.bash diff=bash
  9. /configure diff=bash
  10. *.exs diff=elixir
  11. *.ex diff=elixir
  12. *.go diff=golang
  13. *.rb diff=ruby
  14. *.pl diff=perl
  15. *.pm diff=perl
  16. *.py diff=python
  17. *.py3 diff=python
  18. *.html diff=html
  19. *.xhtml diff=html
  20. *.shtml diff=html
  21. *.css diff=css
  22. *.gmi diff=markdown
  23. *.md diff=markdown
  24. *.mdwn diff=markdown