From 90e4b26e056f5b709cec8291189e9b73ef21dd5a Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sat, 18 Nov 2017 02:29:25 -0500 Subject: [PATCH] fix oh my zsh --- .gitconfig | 1 - .gitmodules | 3 +++ Makefile | 6 +++--- oh-my-zsh | 1 + zshrc | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .gitconfig create mode 160000 oh-my-zsh diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index f3c7a7c..0000000 --- a/.gitconfig +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/.gitmodules b/.gitmodules index 150274e..9c7d8cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "dircolors-solarized"] path = dircolors-solarized url = https://github.com/seebi/dircolors-solarized +[submodule "oh-my-zsh"] + path = oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh.git diff --git a/Makefile b/Makefile index 28aa519..2174811 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LN_FLAGS = -sfnv MKDIR_FLAGS = -pv -home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap bash_profile +home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap bash_profile oh-my-zsh config_copy = @@ -10,9 +10,9 @@ config_symlinks = termite dircolors-solarized all: -local_install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap termite dircolors-solarized +local_install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap termite dircolors-solarized oh-my-zsh -remote_install: bash_profile vim vimrc dircolors-solarized +remote_install: bash_profile vim vimrc dircolors-solarized zshrc aliases oh-my-zsh .PHONY: $(home_symlinks) $(home_symlinks): diff --git a/oh-my-zsh b/oh-my-zsh new file mode 160000 index 0000000..e273cf0 --- /dev/null +++ b/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit e273cf004e1ff0510aee61416885f3003bcd15d9 diff --git a/zshrc b/zshrc index a74d080..58ff536 100644 --- a/zshrc +++ b/zshrc @@ -1,7 +1,7 @@ ### ZSH Config ## Path to your oh-my-zsh installation. -export ZSH=/home/paul/.oh-my-zsh +export ZSH=$HOME/.oh-my-zsh ## See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEME="steeef" @@ -13,7 +13,7 @@ source $ZSH/oh-my-zsh.sh ### User configuration -source ~/.aliases +source $HOME/.aliases ## GPG Auth method export GPG_TTY=$(tty)