Add Submodule

This commit is contained in:
Snoweuph 2024-05-13 19:17:58 +02:00
parent 46e27bd8d7
commit fc77e41eeb
Signed by: Snoweuph
GPG key ID: A494330694B208EF
3 changed files with 6 additions and 3 deletions

View file

@ -3,5 +3,6 @@ case $- in
*) return;;
esac
# Path to the oh-my-bash installation.
export OSH='/home/snoweuph/.config/.oh-my-bash'
# Oh My bash Config
export OSH="$HOME/.config/oh-my-bash"
export OSH_CUSTOM="$HOME/.config/oh-my-bash-custom"

2
.gitignore vendored
View file

@ -7,3 +7,5 @@
# Include bash config
!.bashrc
!.config/.oh-my-bash/**/*

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "Oh My Bash"]
path = .config/.oh-my-bash
path = .config/oh-my-bash
url = https://github.com/ohmybash/oh-my-bash.git