From fae493f8b28ea508f675ac2925bd315cca632474 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 13 May 2024 19:17:58 +0200 Subject: [PATCH] Add Submodule --- .config/.oh-my-bash | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) 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..59fda93 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ # Include bash config !.bashrc +!.config/.oh-my-bash/**/* +