The dotfiles.
- brew
- mise
- python
- pdm
- python
- mise
Install the requirements under the Requirements
section, then:
# install ansible
pdm install
# run the install script
pdm run ansible-playbook install.yaml -K
Change iTerm's colorscheme to Solarized Dark, and use the Powerlevel10k patched fonts.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
MIT - see LICENSE for more details