My personal dotfiles inspired by Holmans doftiles and Omarchy.
- uses mise for workstation bootstrapping and dotfiles management (see mise.toml for config)
- currently using
zsh+oh-my-zsh+starshipfor shell - use
~/.localrcif you want something to be sourced but not committed to the repository (e.g., secrets, tokens, private environment variables) - bootstrap is bootstrapping script which runs basic installs and invokes
mise bootstrap
Note
mise.toml is configured to use ~/workspace/dotfiles/ as directory for this repo. If you want to change this edit those lines in mise.toml before running ./bootrstrap.
git clone git@github.com:MarekBleschke/dotfiles.git
cd dotfiles
./bootstrap