Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 650 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 650 Bytes

Dotfiles

The dotfiles.

Requirements

  • brew
    • mise
      • python
        • pdm

Installation

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.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

MIT - see LICENSE for more details