ソースを参照

Move .bashum to .config/bashum

Alois Mahdal 1 ヶ月 前
コミット
4d213f1fd0

+ 0
- 18
dotfiles/bashum/head.bashrc ファイルの表示

@@ -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 ファイルの表示

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

dotfiles/bashum/colors.bashrc → dotfiles/config/bashum/colors.bashrc ファイルの表示


dotfiles/bashum/defaults.bashrc → dotfiles/config/bashum/defaults.bashrc ファイルの表示


+ 18
- 0
dotfiles/config/bashum/head.bashrc ファイルの表示

@@ -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 ファイルの表示


dotfiles/bashum/host/den.bashrc → dotfiles/config/bashum/host/den.bashrc ファイルの表示


dotfiles/bashum/host/kana.bashrc → dotfiles/config/bashum/host/kana.bashrc ファイルの表示


dotfiles/bashum/host/malinovka.bashrc → dotfiles/config/bashum/host/malinovka.bashrc ファイルの表示


dotfiles/bashum/host/malista.bashrc → dotfiles/config/bashum/host/malista.bashrc ファイルの表示


+ 1
- 0
dotfiles/config/bashum/host/morel.bashrc ファイルの表示

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

dotfiles/bashum/host/singletop.bashrc → dotfiles/config/bashum/host/singletop.bashrc ファイルの表示


dotfiles/bashum/host/tamtam.bashrc → dotfiles/config/bashum/host/tamtam.bashrc ファイルの表示


dotfiles/bashum/host/tamten.bashrc → dotfiles/config/bashum/host/tamten.bashrc ファイルの表示


dotfiles/bashum/main.bashrc → dotfiles/config/bashum/main.bashrc ファイルの表示


dotfiles/bashum/post.bashrc → dotfiles/config/bashum/post.bashrc ファイルの表示


dotfiles/bashum/setup → dotfiles/config/bashum/setup ファイルの表示

@@ -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 ファイルの表示