Awesome
dotfiles
My configuration files for DRY. CI is performed on GitHub Actions.
How to use
Setup a new machine
# clone with submodules
git clone --recursive https://github.com/go-zen-chu/dotfiles.git
# check what use can install
make help
# setup all for mac
make setup-mac
# setup all for personal mac
make setup-mac-personal
# setup all for archlinux
make setup-arch
setup only vim
make vim
Backup config
make backup
Supported OS
- MacOS
- ArchLinux