Add Oh-My-Bash
This commit is contained in:
parent
46e27bd8d7
commit
d67e1c2ad5
4 changed files with 6 additions and 3 deletions
1
.config/oh-my-bash
Submodule
1
.config/oh-my-bash
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f882b9af13c1c5183fc7283c60c99315bf68a48f
|
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
|
@ -1,5 +1,5 @@
|
||||||
# Ignore Everything By Default
|
# Ignore Everything By Default
|
||||||
*
|
/*
|
||||||
|
|
||||||
# Include Git Files
|
# Include Git Files
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
@ -7,3 +7,4 @@
|
||||||
|
|
||||||
# Include bash config
|
# Include bash config
|
||||||
!.bashrc
|
!.bashrc
|
||||||
|
!.config/
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "Oh My Bash"]
|
[submodule ".config/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