sebiwi / dotfiles

The dotfiles, what else?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The dotfiles, what else?

License:MIT License


Languages

Language:Vim Script 54.7%Language:Shell 45.0%Language:Vim Snippet 0.3%