My dotfiles repo.
I used to use the .local/bin/install-dotfiles
script. But nowadays, I
typically perform
Warning
git switch -f
throws away the current copies of dotfiles on the machine.
Back them up first if you don't want to lose them.
cd ~
git init
git remote add origin [email protected]:bryan-hoang/dotfiles.git
git fetch origin
git switch -ft origin/main
# Install tools using mise
mise use -g node go python
# Install default packages
install_default_pkgs go
install_default_pkgs pnpm
# ...
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2024 Bryan Hoang