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

7
.bashrc Normal file
View file

@ -0,0 +1,7 @@
case $- in
*i*) ;;
*) return;;
esac
# Path to the oh-my-bash installation.
export OSH='/home/snoweuph/.config/.oh-my-bash'

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# Ignore Everything By Default
*
# Include Git Files
!.gitignore
!.gitmodules
# Include bash config
!.bashrc

3
.gitmodules vendored Normal file
View file

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