mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-30 22:46:10 +02:00
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:
parent
8771dff380
commit
75de75a6ca
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user