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/.config/oh-my-bash-custom/.gitkeep b/.config/oh-my-bash-custom/.gitkeep new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/.config/oh-my-bash-custom/.gitkeep @@ -0,0 +1 @@ + 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