From f86f62cca37e8c6003af91c84e569d64a25a46f1 Mon Sep 17 00:00:00 2001 From: weavenet Date: Wed, 24 Jul 2019 02:22:14 -0700 Subject: [PATCH] Adding bashdot dotfiles management framework (#42) * Adding bashdot dotfiles management framework * fix links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7ec781..d92c082 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A curated list of dotfiles resources. Inspired by the [awesome](https://github.c * [Using Git and GitHub to manage your dotfiles](http://blog.smalleycreative.com/tutorials/using-git-and-github-to-manage-your-dotfiles/) * [conf.d like directories for zsh/bash dotfiles](https://chr4.org/blog/2014/09/10/conf-dot-d-like-directories-for-zsh-slash-bash-dotfiles/) * [Managing your dotfiles](https://www.anishathalye.com/2014/08/03/managing-your-dotfiles/) -* [The best way to store your dotfiles: A bare Git repository](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/) +* [The best way to store your dotfiles: A bare Git repository](https://www.atlassian.com/git/tutorials/dotfiles) ### Shell startup @@ -86,6 +86,7 @@ Title | Description | Focus ## Tools * [Ansible](https://www.ansible.com) - Radically simple configuration-management, application deployment, task-execution, and multinode orchestration engine. +* [bashdot](https://github.com/bashdot/bashdot) - Minimalist dotfile management framework written entirely in bash. * [chezmoi](https://github.com/twpayne/chezmoi) - Manage your dotfiles securely across multiple machines. * [dotbot](https://github.com/anishathalye/dotbot) - Tool that bootstraps your dotfiles. * [dotdrop](https://github.com/deadc0de6/dotdrop) - Save your dotfiles once, deploy them everywhere. @@ -110,7 +111,6 @@ Title | Description | Focus ## Miscellaneous -* [A lesson in shortcuts](https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp) - How the idea of "hidden" or "dot" files was born, by Rob Pike. * [dotfiles.github.io](http://dotfiles.github.io) - Your unofficial guide to dotfiles on GitHub. * [OS X Defaults](https://github.com/kevinSuttle/macOS-Defaults) - Centralized place for the awesome work started by [@mathiasbynens on .macos](https://github.com/mathiasbynens/dotfiles#sensible-macos-defaults). * [Filesystem Hierarchy Standard](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard) - Directory structure and directory contents in Linux distributions.