about summary refs log tree commit diff
path: root/r/@install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xr/@install7
1 files changed, 7 insertions, 0 deletions
diff --git a/r/@install b/r/@install
new file mode 100755
index 0000000..17864b4
--- /dev/null
+++ b/r/@install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+stow \
+    --target="${HOME}" \
+    --ignore="^@.*" \
+    --verbose \
+    r

Consider giving Nix/NixOS a try! <3