mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
15e6e1b766
commit
30d4b680e9
@ -1,4 +1,4 @@
|
|||||||
# Dotfiles
|
# ~/.files
|
||||||
|
|
||||||
> TODO: Screenshots
|
> TODO: Screenshots
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
On a fresh [Arch Linux][archlinux] install, run the bootstrap script.
|
On a fresh [Arch Linux][archlinux] install, run the bootstrap script.
|
||||||
|
|
||||||
```sh
|
```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
|
### 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.
|
On a fresh [Fedora][fedora] install, run the bootstrap script.
|
||||||
|
|
||||||
```sh
|
```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
|
### Use only the dotfiles you want
|
||||||
|
Loading…
Reference in New Issue
Block a user