mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 05:13:11 +01:00
8c4d136155
Although I use stow to manage my dotfiles, the way you need to invoke stow is different depending on where the dotfiles directory is located. To circumvent this, I wrote a Makefile that automatically determines the stow directory (the parent directory) and package directory (this repo) before calling stow.
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
# This .stow-local-ignore file is used to prevent stow from
|
|
# ignoring the .gitignore file by default.
|
|
#
|
|
# Since the root of this repository is also the package directory,
|
|
# it is also used to ignore things that aren't dotfiles.
|
|
#
|
|
# https://www.gnu.org/software/stow/manual/stow.html#Ignore-Lists
|
|
|
|
README.md
|
|
LICENSE
|
|
Makefile
|
|
.git/*
|
|
.directory
|