Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 818 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 818 Bytes

Installation

Clone this repository and deploy the configuration files to your local system with the following steps. The original dotfiles are backed up and new configurations are symlinked:

# Clone the repository to the local .dotfiles directory
git clone [email protected]:ywatanabe1989/.dotfiles.git ~/.dotfiles

# Run the deployment script
sh ~/.dotfiles/deploy.sh

Encrypting secret files

Use the commands below to encrypt all files located in any "secret" directory, as well as any files whose names include the word "secret," using git-crypt.

source .bash.d/all/030-git-encrypt.sh # To load the git-encrypt-secrets command
git-encrypt-secrets

For more details, please see https://github.com/ywatanabe1989/git-crypt-example.