repo: Remove leftover stow setup
Removed stow-related files, switched dotlink to use dotter instead of stow.
This commit is contained in:
parent
f8cd642555
commit
a316eeead2
9 changed files with 30 additions and 43 deletions
15
bootstrap/dotlink.sh
Normal file
15
bootstrap/dotlink.sh
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env sh
|
||||
# relink all stowed files from anywhere
|
||||
# grepping is to remove meaningless stderr lines until this bug is fixed:
|
||||
# https://github.com/aspiers/stow/issues/65
|
||||
#
|
||||
# redirection is a neat way to filter stderr msgs by redirecting stderr
|
||||
# to stdout in a subshell, grepping in it, and redirecting back to stderr:
|
||||
# https://stackoverflow.com/a/15936384
|
||||
#
|
||||
# to customize this to your own needs, change the `push folder` to the
|
||||
# location of your dotfiles (stow) repository
|
||||
|
||||
alias dotlink="pushd ~/.dotfiles;\
|
||||
dotter deploy;\
|
||||
popd"
|
||||
Loading…
Add table
Add a link
Reference in a new issue