These are my dotfiles. To learn more about dotfiles, see the awesome dotfiles list.
- These scripts are intended for macOS and will not work on Linux or Windows WSL.
- Use and remix at your own risk.
- Check the script sources, understand what they do, and see if it applies to your system and tastes.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/dfernandez79/dotfiles/main/setup.sh)"
It will use Homebrew bundle to install Homebrew packages, macOS applications, and VSCode plugins.
The script will ask for your admin password multiple times during the installation. Before running it, please check the script source, and never run the bash+curl mindlessly.
Some applications in the Apple Store bundle are paid and may only be installed if you purchased them. If an installation fails, ignore it, and the script will continue.
Chezmoi Quick Reference
Edit the source state:
chezmoi edit ~/.zshrc
See what changes chezmoi would make:
chezmoi diff
Apply the changes:
chezmoi -v apply
Change to the chezmoi directory:
chezmoi cd