fix oh my zsh
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
Makefile
|
|
||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -13,3 +13,6 @@
|
|||||||
[submodule "dircolors-solarized"]
|
[submodule "dircolors-solarized"]
|
||||||
path = dircolors-solarized
|
path = dircolors-solarized
|
||||||
url = https://github.com/seebi/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
|
||||||
|
|||||||
6
Makefile
6
Makefile
@@ -1,7 +1,7 @@
|
|||||||
LN_FLAGS = -sfnv
|
LN_FLAGS = -sfnv
|
||||||
MKDIR_FLAGS = -pv
|
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 =
|
config_copy =
|
||||||
|
|
||||||
@@ -10,9 +10,9 @@ config_symlinks = termite dircolors-solarized
|
|||||||
|
|
||||||
all:
|
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)
|
.PHONY: $(home_symlinks)
|
||||||
$(home_symlinks):
|
$(home_symlinks):
|
||||||
|
|||||||
1
oh-my-zsh
Submodule
1
oh-my-zsh
Submodule
Submodule oh-my-zsh added at e273cf004e
4
zshrc
4
zshrc
@@ -1,7 +1,7 @@
|
|||||||
### ZSH Config
|
### ZSH Config
|
||||||
|
|
||||||
## Path to your oh-my-zsh installation.
|
## 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
|
## See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
ZSH_THEME="steeef"
|
ZSH_THEME="steeef"
|
||||||
@@ -13,7 +13,7 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
|
|
||||||
|
|
||||||
### User configuration
|
### User configuration
|
||||||
source ~/.aliases
|
source $HOME/.aliases
|
||||||
|
|
||||||
## GPG Auth method
|
## GPG Auth method
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|||||||
Reference in New Issue
Block a user