mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
add Makefile for install with ln
This commit is contained in:
parent
ed990f61ff
commit
d917381b7c
1 changed files with 3 additions and 0 deletions
3
Makefile
Normal file
3
Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
install:
|
||||||
|
[ -f $(HOME)/.oh-my-zsh ] || ln -v -s $(PWD) $(HOME)/.oh-my-zsh
|
||||||
|
[ -f $(HOME)/.zshrc ] || ln -v -s $(PWD)/templates/zshrc.zsh-template $(HOME)/.zshrc
|
||||||
Loading…
Add table
Add a link
Reference in a new issue