re-taro / dotfiles

re-taro's dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

re-taro's dotfiles.


Languages

Language:Lua 98.1%Language:Shell 1.9%