Add Oh-My-Bash

This commit is contained in:
Snoweuph 2024-05-13 20:06:55 +02:00
parent 46e27bd8d7
commit d67e1c2ad5
Signed by: Snoweuph
GPG key ID: A494330694B208EF
4 changed files with 6 additions and 3 deletions

1
.config/oh-my-bash Submodule

@ -0,0 +1 @@
Subproject commit f882b9af13c1c5183fc7283c60c99315bf68a48f

View file

@ -0,0 +1 @@

3
.gitignore vendored
View file

@ -1,5 +1,5 @@
# Ignore Everything By Default
*
/*
# Include Git Files
!.gitignore
@ -7,3 +7,4 @@
# Include bash config
!.bashrc
!.config/

4
.gitmodules vendored
View file

@ -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