chore: Updated README 81f8d40b
Steve · 2025-06-01 23:35 1 file(s) · +1 −4
README.md +1 −4
1 1
## Steve's Dotfiles
2 2
3 -
> [!WARNING]
4 -
> Currently under construction!
5 -
6 3
Here's a collection of dotfiles that I use regularly on my MacOS development environment. If you want to use them simply copy them to their appropriate locations, majority of them being in `~/.config`.
7 4
8 5
![screenshot](https://github.com/stevedylandev/dotfiles/blob/5230b7f924e3bb30ef477d99af6bc2f41cd7bce6/assets/screenshot.png)
10 7
**A few things to be aware of:**
11 8
12 9
- Alacritty is expecting a Nerd font patched verson of [Commit Mono](https://commitmono.com/) which I have included in `assets` since it is open source!
13 -
- The color scheme is built using [Tinted Themeing Base16](https://github.com/tinted-theming/base16-shell) which allows you to use the shell to change the color scheme for all the apps used; just try something like `base16-rose-pine`. I would recommend installing via the instructions on their repo vs trying to install by cloning this one. In the screenshot I am using `base16-black-metal-bathory`.
10 +
- The color scheme is `base16-black-metal-bathory`, which should be available in any theme plugin that offers base16
14 11
15 12
Feel free to [reach out](mailto:hello@stevedylan.dev) if you have any questions!