summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2026-05-07 18:00:21 +0200
committerkkard2 <[email protected]>2026-05-07 18:00:21 +0200
commite69fce27eeae3419bd33ace5e514efd910e4e2ac (patch)
tree670aa2fcc1721931198dce4a76f5ff7eb496c4be /setup.sh
parentb44b1125990fbd5bbf773d04c0cd4747ad6f7011 (diff)
cleanup
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh25
1 files changed, 0 insertions, 25 deletions
diff --git a/setup.sh b/setup.sh
deleted file mode 100755
index e516716..0000000
--- a/setup.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-set -e
-
-CFG="${XDG_CONFIG_HOME:-$HOME/.config}"
-echo $CFG
-
-link_helper () {
- echo "$CFG/$1"
- ln -s "$(realpath ./$1)" "$CFG" || true
-}
-
-linux_link_helper () {
- echo "$CFG/$1"
- ln -s "$(realpath ./_linux/$1)" "$CFG" || true
-}
-
-link_helper "espanso"
-link_helper "nvim"
-link_helper "kanata"
-link_helper "mpv"
-
-linux_link_helper "tmux"
-linux_link_helper "i3"
-linux_link_helper "i3status"
-linux_link_helper "sxhkd"