feat: added readme contents

This commit is contained in:
Kitty Fangs 2024-05-05 07:05:46 +00:00
parent 3d62299ad3
commit afef0d4112
2 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,7 @@
# dotfiles
# Kitty dotfiles
> This this entire repo began modeled after [onlyhavecans/dotfiles](https://github.com/onlyhavecans/dotfiles)
This uses [homeshick](https://github.com/andsens/homeshick).
Ensure Git and Starship are installed, then run [init.sh](init.sh)

View File

@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -ex
# This file and this entire repo began modeled after https://github.com/onlyhavecans/dotfiles
# Do a curlbash to allow me to take over your system
# curl -sL https://stash.firekitten.net/kittyfangs/dotfiles/raw/branch/main/init.sh | bash