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.
This commit is contained in:
Donovan Glover 2018-12-01 11:48:41 -05:00
parent 15e6e1b766
commit 30d4b680e9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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