From 30d4b680e99cb5a0cb5006ea7b217c846c461ca4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 1 Dec 2018 11:48:41 -0500 Subject: [PATCH] meta: Change directory name from dotfiles to .files Besides the fact that .files is indisputably cooler, using a literal dot instead of the actual word makes this a hidden directory, which is great since configuration files are expected to be hidden by default. This also keeps our home dir nice and tidy, with only directories generated by xdg-user-dirs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fe9cc9b..fb8b0c29 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Dotfiles +# ~/.files > TODO: Screenshots @@ -9,7 +9,7 @@ On a fresh [Arch Linux][archlinux] install, run the bootstrap script. ```sh -git clone https:///github.com/GloverDonovan/dotfiles --depth 1 && ./dotfiles/.archlinux/bootstrap.sh +git clone https://github.com/GloverDonovan/.files --depth 1 && ./.files/.archlinux/bootstrap.sh ``` ### Replicate my [Fedora](/.fedora) setup @@ -17,7 +17,7 @@ git clone https:///github.com/GloverDonovan/dotfiles --depth 1 && ./dotfiles/.ar On a fresh [Fedora][fedora] install, run the bootstrap script. ```sh -git clone https://github.com/GloverDonovan/dotfiles --depth 1 && ./dotfiles/.fedora/bootstrap.sh +git clone https://github.com/GloverDonovan/.files --depth 1 && ./.files/.fedora/bootstrap.sh ``` ### Use only the dotfiles you want