diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3c86b19 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.gitattributes !filter !diff diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7db3a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.dotfiles diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff21f2b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Dotfiles +Dotfiles management, entirely within git. + +## Installation +```shell +git clone --bare git@github.com:Foltik/dotfiles $HOME/.dotfiles +git --git-dir=$HOME/.dotfiles --work-tree=$HOME config --local status.showUntrackedFiles no +git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout +git-crypt unlock +```