Moves oh-my-zsh into submodule
This commit is contained in:
parent
b9cadeee59
commit
d2a27b629f
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,3 +16,6 @@
|
|||
[submodule "dwm"]
|
||||
path = NOSTOW/dwm
|
||||
url = git@github.com:Jab2870/dwm.git
|
||||
[submodule "shells/zsh/oh-my-zsh-core"]
|
||||
path = shells/zsh/oh-my-zsh-core
|
||||
url = https://github.com/robbyrussell/oh-my-zsh.git
|
||||
|
|
1
shells/zsh/oh-my-zsh-core
Submodule
1
shells/zsh/oh-my-zsh-core
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6d2221e697ea4a2445202b1c32283610f84585ef
|
|
@ -2,7 +2,7 @@
|
|||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=/home/jonathan/.oh-my-zsh
|
||||
export ZSH=$HOME/.dotfiles/shells/zsh/oh-my-zsh-core
|
||||
|
||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue