forked from Snoweuph/Dotfiles
init
This commit is contained in:
commit
46e27bd8d7
3 changed files with 19 additions and 0 deletions
7
.bashrc
Normal file
7
.bashrc
Normal 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
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Ignore Everything By Default
|
||||
*
|
||||
|
||||
# Include Git Files
|
||||
!.gitignore
|
||||
!.gitmodules
|
||||
|
||||
# Include bash config
|
||||
!.bashrc
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "Oh My Bash"]
|
||||
path = .config/.oh-my-bash
|
||||
url = https://github.com/ohmybash/oh-my-bash.git
|
Loading…
Reference in a new issue