Moves oh-my-zsh into submodule

master
Jonathan Hodgson 5 years ago
parent e18e6f77f1
commit 7a51784a36
  1. 3
      .gitmodules
  2. 1
      shells/zsh/oh-my-zsh-core
  3. 2
      shells/zsh/zshrc

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

@ -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…
Cancel
Save