From afef0d4112cb911e120047d0d1e1660d388a7fd7 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Sun, 5 May 2024 07:05:46 +0000 Subject: [PATCH] feat: added readme contents --- README.md | 7 ++++++- init.sh | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d23d95a..5d9c544 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/init.sh b/init.sh index 5e6c55c..6d8cbb4 100644 --- a/init.sh +++ b/init.sh @@ -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