/dotfiles

this is the last time I'm reinstalling everything by hand!

Primary LanguageShellMIT LicenseMIT

dotfiles

Requirements

Darwin

None.

Quick start

# install chezmoi
$ sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply $GITHUB_USERNAME

# update chezmoi - installs scripts in ~/tasks
$ chezmoi update

# install taskfile
$ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d

# run installation script
$ task build:default -C 1

Still to be added

  • import iterm colour palette
  • import osx config

Painpoints

  • brew cannot install apps on multiple threads, needs sequential installation