Skip to content

Managed using chezmoi.

Notifications You must be signed in to change notification settings

wasabeef/dotfiles

Repository files navigation

dotfiles

Screenshot

Screenshot

Main Features

Setup

  • Brew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    export
    brew bundle dump --global --force
    import
    /opt/homebrew/bin/brew bundle --global
  • chsh
    vi /etc/shells
    chsh -s /opt/homebrew/bin/zsh
  • chezmoi
    chezmoi init https://github.com/wasabeef/dotfiles.git
    chezmoi apply
  • asdf
    awk '{print $1}' .tool-versions | xargs -I {} asdf plugin add {}