added assets and readme 09bd5dc6
Steve · 2023-12-26 20:39 5 file(s) · +12 −4
.DS_Store +0 −0

Binary file — no preview.

README.md (added) +11 −0
1 +
## Steve's Dotfiles
2 +
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`. 
4 +
5 +
![screenshot]("./assets/screenshot.png")
6 +
7 +
**A few things to be aware of:**
8 +
- Alcritty is expecting a custom font called [Commit Mono](https://commitmono.com/) which I have included here since it is open source!
9 +
- The color scheme for everything is based off [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. In the screenshot I am using `base16-black-metal-bathory`.
10 +
11 +
Feel free to [reach out](mailto:hello@stevedylan.dev) if you have any questions! 
alacritty/alacritty.yml +1 −4
49 49
  # The normal (roman) font face to use.
50 50
  # Style can be specified to pick a specific face.
51 51
  normal:
52 -
    # family: Hack Nerd Font Mono
53 -
   family: BerkeleyMono Nerd Font
54 -
    # family: "Fira Code"
55 -
    # family: "Source Code Pro"
52 +
   family: Commit Mono 
56 53
    # style: Retina
57 54
58 55
  # Point size of the font
assets/CommitMono-400-Regular.otf (added) +0 −0

Binary file — no preview.

assets/screenshot.png (added) +0 −0

Binary file — no preview.