feat: added readme contents
This commit is contained in:
parent
97ab9f36b9
commit
da71807cd5
|
@ -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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue