Skip to content

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 {}

About

Managed using chezmoi.

Topics

Resources

Stars

Watchers

Forks