Linux install and configuration management utilities
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 419B

12345678910
  1. # Dotfiles
  2. Dotfiles management entirely within a bare git repo, with [git-crypt](https://github.com/AGWA/git-crypt) for transparent GPG-based file encryption.
  3. ## Installation
  4. ```shell
  5. git clone --bare git@github.com:Foltik/dotfiles $HOME/.dotfiles
  6. git --git-dir=$HOME/.dotfiles --work-tree=$HOME config --local status.showUntrackedFiles no
  7. git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
  8. git-crypt unlock
  9. ```