Add Submodule

This commit is contained in:
Snoweuph 2024-05-13 19:17:58 +02:00
parent 46e27bd8d7
commit 806d4a0dba
Signed by: Snoweuph
GPG key ID: A494330694B208EF
4 changed files with 8 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"

View file

@ -0,0 +1 @@

3
.gitignore vendored
View file

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

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