about summary refs log tree commit diff
path: root/ghc/@install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xghc/@install10
1 files changed, 10 insertions, 0 deletions
diff --git a/ghc/@install b/ghc/@install
new file mode 100755
index 0000000..1ae2a70
--- /dev/null
+++ b/ghc/@install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+[ ! -d "${HOME}/.ghc" ] && \
+    mkdir -p "${HOME}/.ghc"
+
+stow \
+    --target="${HOME}" \
+    --ignore="^@.*" \
+    --verbose \
+    ghc

Consider giving Nix/NixOS a try! <3