From 53782cbe72311a65dc0d4d64a9e768a80cbabe2f Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Sun, 4 Feb 2024 17:07:00 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A5=20Add=20sources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c53ba51..77e07fb 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,25 @@ tmux attach || tmux new -s main `` to install plugins. -## sources +# Sources + +## Main + +The overall structure and bootstrapping scripts are based heavily on these two +dotfile repos: [holman does dotfiles](https://github.com/holman/dotfiles) [Cătălin’s dotfiles](https://github.com/alrra/dotfiles) +## Others + +### Dotfile Repos + +[Mathias's dotfiles](https://github.com/mathiasbynens/dotfiles) + +### Misc + [oh-my-zsh git](https://kapeli.com/cheat_sheets/Oh-My-Zsh_Git.docset/Contents/Resources/Documents/index) [git-prevision](https://gist.github.com/TheCodeArtist/a90978ebca0ff6743036)