about summary refs log tree commit diff
path: root/imv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--imv/.local/etc/imv/config3
-rwxr-xr-ximv/@install10
2 files changed, 13 insertions, 0 deletions
diff --git a/imv/.local/etc/imv/config b/imv/.local/etc/imv/config
new file mode 100644
index 0000000..29f576c
--- /dev/null
+++ b/imv/.local/etc/imv/config
@@ -0,0 +1,3 @@
+[options]
+background = 161719
+overlay = false
diff --git a/imv/@install b/imv/@install
new file mode 100755
index 0000000..38e2d0a
--- /dev/null
+++ b/imv/@install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+[ ! -d "${XDG_CONFIG_HOME}/imv" ] && \
+    mkdir -p "${XDG_CONFIG_HOME}/imv"
+
+stow \
+    --target="${HOME}" \
+    --ignore="^@.*" \
+    --verbose \
+    imv

Consider giving Nix/NixOS a try! <3