My personal dotfiles, currently installing a small set of commonly used tools, as well as non-sensitive configuration.
There is a wizard.sh
script which will prompt you to execute all steps in the correct order. You can skip any of the
steps if required.
./wizard.sh
I am using Alacritty, font-jetbrains-mono-nerd-font, Zsh and zinit.
Applications and fonts are installed using Homebrew. There is a brew.sh script which uses brew-packages.txt as a list of formulas to install or upgrade.
Note
This script is executed by the wizard
Dotfiles are managed using GNU Stow. The dotfiles linked to the current user's home directory can be found in the stow directory.
Note
The stow
command is executed by the wizard
The repository tries to keep applications conformant with the XDG directory structures where possible.