Browse Source

Move .bashum to .config/bashum

Alois Mahdal 1 month ago
parent
commit
4d213f1fd0

+ 0
- 18
dotfiles/bashum/head.bashrc View File

@@ -1,18 +0,0 @@
1
-#!/bin/bash
2
-
3
-mkdir -p /var/tmp/bashum-rv
4
-
5
-BASHUM_TASK_CTX=false
6
-BASHUM_BMO_NAG=false
7
-
8
-for include in \
9
-  "${HOME}/.bashum/colors.bashrc" \
10
-  "${HOME}/.bashum/defaults.bashrc" \
11
-  "${HOME}/.bashum/main.bashrc" \
12
-  "${HOME}/.bashum/user/$USER.bashrc" \
13
-  "${HOME}/.bashum/host/$(hostname -s).bashrc" \
14
-  "${HOME}/.bashum/post.bashrc";
15
-do
16
-  test -f "$include" && . "$include";
17
-done
18
-true

+ 0
- 1
dotfiles/bashum/host/morel.bashrc View File

@@ -1 +0,0 @@
1
-../../../../../config/dotfiles/bash/host/morel.bashrc

dotfiles/bashum/colors.bashrc → dotfiles/config/bashum/colors.bashrc View File


dotfiles/bashum/defaults.bashrc → dotfiles/config/bashum/defaults.bashrc View File


+ 18
- 0
dotfiles/config/bashum/head.bashrc View File

@@ -0,0 +1,18 @@
1
+#!/bin/bash
2
+
3
+mkdir -p /var/tmp/bashum-rv
4
+
5
+BASHUM_TASK_CTX=false
6
+BASHUM_BMO_NAG=false
7
+
8
+for include in \
9
+  "${HOME}/.config/bashum/colors.bashrc" \
10
+  "${HOME}/.config/bashum/defaults.bashrc" \
11
+  "${HOME}/.config/bashum/main.bashrc" \
12
+  "${HOME}/.config/bashum/user/$USER.bashrc" \
13
+  "${HOME}/.config/bashum/host/$(hostname -s).bashrc" \
14
+  "${HOME}/.config/bashum/post.bashrc";
15
+do
16
+  test -f "$include" && . "$include";
17
+done
18
+true

dotfiles/bashum/host/README → dotfiles/config/bashum/host/README View File


dotfiles/bashum/host/den.bashrc → dotfiles/config/bashum/host/den.bashrc View File


dotfiles/bashum/host/kana.bashrc → dotfiles/config/bashum/host/kana.bashrc View File


dotfiles/bashum/host/malinovka.bashrc → dotfiles/config/bashum/host/malinovka.bashrc View File


dotfiles/bashum/host/malista.bashrc → dotfiles/config/bashum/host/malista.bashrc View File


+ 1
- 0
dotfiles/config/bashum/host/morel.bashrc View File

@@ -0,0 +1 @@
1
+../../../../../../config/dotfiles/config/bashum/host/morel.bashrc

dotfiles/bashum/host/singletop.bashrc → dotfiles/config/bashum/host/singletop.bashrc View File


dotfiles/bashum/host/tamtam.bashrc → dotfiles/config/bashum/host/tamtam.bashrc View File


dotfiles/bashum/host/tamten.bashrc → dotfiles/config/bashum/host/tamten.bashrc View File


dotfiles/bashum/main.bashrc → dotfiles/config/bashum/main.bashrc View File


dotfiles/bashum/post.bashrc → dotfiles/config/bashum/post.bashrc View File


dotfiles/bashum/setup → dotfiles/config/bashum/setup View File

@@ -12,6 +12,6 @@ then
12 12
 else
13 13
     put ''
14 14
     put '# added by https://gitea.vornet.cz/netvor/mydots'
15
-    put 'test -f "${HOME}/.bashum/head.bashrc" \'
16
-    put ' && . "${HOME}/.bashum/head.bashrc"'
15
+    put 'test -f "${HOME}/.config/bashum/head.bashrc" \'
16
+    put ' && . "${HOME}/.config/bashum/head.bashrc"'
17 17
 fi

dotfiles/bashum/user/amahdal.bashrc → dotfiles/config/bashum/user/amahdal.bashrc View File