Skip to content

ShotaKitazawa/dotfiles

Folders and files

NameName
Last commit message
Last commit date
Jan 5, 2025
Mar 26, 2025
Jan 2, 2025
Jan 5, 2025
Dec 30, 2024
Jan 2, 2025
Apr 3, 2022
Dec 30, 2024
Dec 16, 2023
Nov 12, 2023
Jan 5, 2025
Jan 5, 2025
Jan 2, 2025
Mar 26, 2025
Mar 8, 2022
Jul 2, 2023
Nov 17, 2022
Mar 8, 2022
Jan 5, 2025
Mar 8, 2022
Aug 15, 2022
Mar 27, 2025
Mar 8, 2022
Jan 5, 2025
Jan 5, 2025
Jan 5, 2025
Jan 5, 2025
Jan 5, 2025
Jan 5, 2025

Repository files navigation

dotfiles

  • using chezmoi to manage dotfiles
  • using aqua to manage some softwares
  • using asdf to manage softwares for which multiple versions are desired (e.g. language-runtime)

pre-requirements

  • git command
  • 1Password account (required in executing chezmoi apply command)

setup

  • setup envvars
export DOTFILES_DIR="$HOME/.ghq/github.com/ShotaKitazawa/dotfiles"
  • clone dotfiles
git clone [email protected]:ShotaKitazawa/dotfiles $DOTFILES_DIR
  • install initial softwares
# for macOS (install only Homebrew & chezmoi)
bash $DOTFILES_DIR/.scripts/setup-mac.sh
  • setup chezmoi
cat << _EOF_ >> ~/.zshrc

# chezmoi
alias chezmoi="chezmoi -S ${DOTFILES_DIR}"
_EOF_

apply

chezmoi apply

change login shell

  • sudo vim /etc/shells
  ...
+ /usr/local/bin/zsh
  • reboot

  • change login shell

chsh -s /opt/homebrew/bin/zsh