re-taro's dotfiles.
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install chezmoi
# HTTPS
chezmoi init https://github.com/re-taro/dotfiles.git
# SSH
chezmoi init git@github.com:re-taro/dotfiles.git
chezmoi apply
Editing files in dotfiles is done via chezmoi. Direct editing is not recommended.
chezmoi edit <file_path>
Don't forget to apply the edits.
chezmoi apply
The following files are located in Bitwarden's Vault.
- SSH Config (
~/.ssh/config
)
You must be logged into Bitwarden and Bitwarden CLI to access these file entities. After logging in, run chezmoi apply
.