Check all the files before you install.It may break your configuration of your computer.
- 📦 Dotbot: Effortless Configuration Management Across Devices
- 🗂️ All terminal configurations are managed in one Git repository.
- 🧰 Favorite tools and applications are tracked and installed with a single command.
- 🔄 Synchronized configurations ensure a consistent experience on any machine.
- 🚀 One-click setup for quickly initializing a new computer.
# install git if not installed
xcode-select --install
# git clone dotfiles
git clone https://github.com/monlor/dotfiles ~/.dotfiles --recursive
cd ~/.dotfiles
# install brew if not installed
make brew
# install dotfiles
make install
# install asdf packager including python, nodejs, golang ...
make install_all
# mackup backup and restore application config from icloud
make backup
# install sudo git make
sudo apt-get install -y sudo git make
# git clone dotfiles
git clone https://github.com/monlor/dotfiles ~/.dotfiles --recursive
cd ~/.dotfiles
# install dotfiles
make install
# install asdf packager including python, nodejs, golang ...
make install_all
git config user.name "monlor"
git config user.email "me@monlor.com"
- ~/.zshrc.user (frps and openai config)
- ~/.gitconfig.user (Set up your git user)
- https://github.com/denolfe/dotfiles
- https://github.com/craftzdog/dotfiles-public
- https://github.com/fisenkodv/dotfiles
MIT