Switch to GNU stow
This commit is contained in:
parent
a2605c4254
commit
d34cecb27e
137 changed files with 39244 additions and 141 deletions
4
scripts/.local/bin/ifinstalled
Executable file
4
scripts/.local/bin/ifinstalled
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
# If $1 command is not available, error code and notify.
|
||||
|
||||
command -v "$1" >/dev/null || { notify-send "📦 $1" "must be installed for this function." && exit 1 ;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue