dotfiles

Managed using chezmoi.

Stars
4

dotfiles

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