Skip to content

paneq/dotfiles

 
 

Repository files navigation

dotfiles

backup of my .files

Keep the config free of passwords

In $GIT_DIR/info/attributes:

config filter=passwords

In $GIT_DIR/config:

[filter "passwords"]
clean = "sed -e 's/identify .*\";/identify <PASSWORD>\";/' -e 's/password .*\";/password <PASSWORD>\";/'"

Afterwards, don't forget to run git add -u for a clean index!

About

backup of my .files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 44.4%
  • Prolog 28.2%
  • Shell 21.6%
  • Vim Script 5.8%