From 4c46d786f594bcec3d0152fe08c255c95b1f6660 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 13 May 2024 20:06:55 +0200 Subject: [PATCH] Add Oh-My-Bash --- .config/oh-my-bash | 1 + .gitignore | 3 ++- .gitmodules | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 160000 .config/oh-my-bash diff --git a/.config/oh-my-bash b/.config/oh-my-bash new file mode 160000 index 0000000..f882b9a --- /dev/null +++ b/.config/oh-my-bash @@ -0,0 +1 @@ +Subproject commit f882b9af13c1c5183fc7283c60c99315bf68a48f diff --git a/.gitignore b/.gitignore index f7574e4..42a3cbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Ignore Everything By Default -* +/* # Include Git Files !.gitignore @@ -7,3 +7,4 @@ # Include bash config !.bashrc +!.config/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index e79e8f9..dff814a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "Oh My Bash"] - path = .config/.oh-my-bash +[submodule ".config/oh-my-bash"] + path = .config/oh-my-bash url = https://github.com/ohmybash/oh-my-bash.git