From b8dba2bafc29cf2882fb4b4f2018155e9460f029 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Wed, 23 Dec 2020 18:25:58 -0500 Subject: [PATCH] Add tutorials page --- Home.md | 1 + Tutorials.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 Tutorials.md diff --git a/Home.md b/Home.md index 6e6d57b..2708f90 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,7 @@ Welcome to the Dotbot wiki! The plan with the wiki is to have a bunch of user-co So far, we have: +* [[Tutorials]] * [[Changelog]] * [[Tips and Tricks]] * [[Plugins]] diff --git a/Tutorials.md b/Tutorials.md new file mode 100644 index 0000000..169cfe8 --- /dev/null +++ b/Tutorials.md @@ -0,0 +1,5 @@ +- [Managing Your Dotfiles](http://www.anishathalye.com/2014/08/03/managing-your-dotfiles/): a blog post by the author of Dotbot on how dotfiles should be organized +- [Dotfiles from Start to Finish-ish](https://www.udemy.com/course/dotfiles-from-start-to-finish-ish/): a 4-hour course on dotfiles, dotfiles organization, Dotbot, and Homebrew +- [Bootstrap your Dotfiles with dotbot](https://www.elliotdenolf.com/posts/bootstrap-your-dotfiles-with-dotbot): a short blog post on getting started with Dotbot +- [Managing dotfiles and ZSH with dotbot and antigen](https://josnun.github.io/posts/managing-dotfiles-and-zsh-with-dotbot-and-antigen/): an introduction to Dotbot and Antigen +- [My Overkill Dotfiles Configuration (Featuring Automated Install and Test Pipelines)](https://λ.name/informational/2019/01/13/dotfiles.html)