Skip to content

My personal configuration files!

Notifications You must be signed in to change notification settings

bryan-hoang/dotfiles

Repository files navigation

dotfiles

standard-readme compliant

My dotfiles repo.

Table of Contents

Install

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

Usage

# Install tools using mise
mise use -g node go python
# Install default packages
install_default_pkgs go
install_default_pkgs pnpm
# ...

Maintainers

@bryan-hoang

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2024 Bryan Hoang