Skip to content

re-taro/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 22, 2024
48c6f29 · Dec 22, 2024

History

22 Commits
Dec 22, 2024
Apr 6, 2024
Apr 6, 2024
Apr 6, 2024
Apr 6, 2024
Apr 6, 2024
Sep 1, 2024
Apr 9, 2024
Apr 6, 2024
Apr 6, 2024
Apr 6, 2024

Repository files navigation

dotfiles

re-taro's dotfiles.

How to setup

1. Install Command Line Tools

xcode-select --install

2. Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

3. Install chezmoi

brew install chezmoi

4. Initialize chezmoi

# HTTPS
chezmoi init https://github.com/re-taro/dotfiles.git
# SSH
chezmoi init git@github.com:re-taro/dotfiles.git

5. Apply the dotfiles.

chezmoi apply

Edit dotfiles

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

Note: For secure files managed by Bitwarden

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.