Skip to content

thundermiracle/dotfiles

Repository files navigation

dotfiles

Install Homebrew

# install homebrew from bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install chezmoi

brew install chezmoi
chezmoi init https://github.com/thundermiracle/dotfiles.git
chezmoi diff
chezmoi apply -v

Trouble shooting

  1. throws error PATH contains ~/.local/bin and ~/.fig/bin: Path does not contain ~/.local/bin when running fig doctor

    sudo vim /etc/paths
    
    # add followings
    /.local/bin

About

dotfiles powered by chezmoi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published