feat: added readme contents
This commit is contained in:
parent
3d62299ad3
commit
afef0d4112
|
@ -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)
|
2
init.sh
2
init.sh
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
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
|
# 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
|
# curl -sL https://stash.firekitten.net/kittyfangs/dotfiles/raw/branch/main/init.sh | bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue