meta: Change repository name from .files to dotfiles

It turns out that using a literal dot instead of the word dotfiles has a
negative impact on the discoverability of the repository. Since the
directory name can be changed to .files when running `git clone`, this
gives us the freedom to name the repository however we please.
This commit is contained in:
Donovan Glover 2018-12-28 13:59:56 -05:00
parent 8771dff380
commit 75de75a6ca
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 5 additions and 5 deletions

View File

@ -38,4 +38,4 @@ arch-chroot /mnt useradd -m -g users -G wheel -s /usr/bin/fish "$USERNAME"
arch-chroot /mnt passwd -l root
# Clone this repository to the user's $HOME
arch-chroot /mnt su "$USERNAME" -c "git clone https://github.com/GloverDonovan/.files /home/$USERNAME/.files"
arch-chroot /mnt su "$USERNAME" -c "git clone https://github.com/GloverDonovan/dotfiles /home/$USERNAME/.files"

View File

@ -8,7 +8,7 @@ set -e
cd "$(dirname "$0")"
# Download the install scripts if they don't exist yet
URL="https://raw.githubusercontent.com/GloverDonovan/.files/master/.archlinux/install-scripts"
URL="https://raw.githubusercontent.com/GloverDonovan/dotfiles/master/.archlinux/install-scripts"
[ -f 001-preinstall ] || wget "$URL/001-preinstall"
[ -f 002-install ] || wget "$URL/002-install"
[ -f 003-configure ] || wget "$URL/003-configure"

View File

@ -50,6 +50,6 @@
- Arch Linux install scripts work, but can be improved
- The actual rice works very well
[Unreleased]: https://github.com/GloverDonovan/.files/compare/0.2.0...HEAD
[0.2.0]: https://github.com/GloverDonovan/.files/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/GloverDonovan/.files/tree/0.1.0
[Unreleased]: https://github.com/GloverDonovan/dotfiles/compare/0.2.0...HEAD
[0.2.0]: https://github.com/GloverDonovan/dotfiles/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/GloverDonovan/dotfiles/tree/0.1.0