Add Submodule
This commit is contained in:
parent
46e27bd8d7
commit
806d4a0dba
4 changed files with 8 additions and 3 deletions
5
.bashrc
5
.bashrc
|
@ -3,5 +3,6 @@ case $- in
|
||||||
*) return;;
|
*) return;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Path to the oh-my-bash installation.
|
# Oh My bash Config
|
||||||
export OSH='/home/snoweuph/.config/.oh-my-bash'
|
export OSH="$HOME/.config/oh-my-bash"
|
||||||
|
export OSH_CUSTOM="$HOME/.config/oh-my-bash-custom"
|
||||||
|
|
1
.config/oh-my-bash-custom/.gitkeep
Normal file
1
.config/oh-my-bash-custom/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,3 +7,6 @@
|
||||||
|
|
||||||
# Include bash config
|
# Include bash config
|
||||||
!.bashrc
|
!.bashrc
|
||||||
|
!.config/oh-my-bash/**/*
|
||||||
|
!.config/oh-my-bash-custom/**/*
|
||||||
|
|
||||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "Oh My Bash"]
|
[submodule "Oh My Bash"]
|
||||||
path = .config/.oh-my-bash
|
path = .config/oh-my-bash
|
||||||
url = https://github.com/ohmybash/oh-my-bash.git
|
url = https://github.com/ohmybash/oh-my-bash.git
|
||||||
|
|
Loading…
Reference in a new issue