From 75de75a6cad1a6c45fd5f70aac0dfc506d7d9e22 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 28 Dec 2018 13:59:56 -0500 Subject: [PATCH] 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. --- .archlinux/install-scripts/004-postinstall | 2 +- .archlinux/install-scripts/install.sh | 2 +- CHANGELOG.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.archlinux/install-scripts/004-postinstall b/.archlinux/install-scripts/004-postinstall index 2c16b8b5..631bab46 100755 --- a/.archlinux/install-scripts/004-postinstall +++ b/.archlinux/install-scripts/004-postinstall @@ -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" diff --git a/.archlinux/install-scripts/install.sh b/.archlinux/install-scripts/install.sh index 09362773..5dae7e79 100755 --- a/.archlinux/install-scripts/install.sh +++ b/.archlinux/install-scripts/install.sh @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab09098..8b0f07ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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