|
|
@@ -5,12 +5,12 @@ STOWOPTS=-target $(HOME) -d $(PWD) |
|
|
DOTGITCONFIG=~/.gitconfig |
|
|
DOTGITCONFIG=~/.gitconfig |
|
|
DOTPROFILE=~/.profile |
|
|
DOTPROFILE=~/.profile |
|
|
|
|
|
|
|
|
.PHONY: common emacs git ruby haskell perl tmux vim zsh list home osx linux ws |
|
|
|
|
|
|
|
|
.PHONY: mosh common emacs git ruby haskell perl tmux vim zsh list home osx linux ws |
|
|
|
|
|
|
|
|
home: $(DOTGITCONFIG) $(DOTPROFILE) |
|
|
home: $(DOTGITCONFIG) $(DOTPROFILE) |
|
|
$(DOTDEE) $(DOTPROFILE) |
|
|
$(DOTDEE) $(DOTPROFILE) |
|
|
|
|
|
|
|
|
ws: common emacs git ruby haskell perl tmux vim zsh home |
|
|
|
|
|
|
|
|
ws: common mosh emacs git ruby haskell perl tmux vim zsh home |
|
|
|
|
|
|
|
|
all: home |
|
|
all: home |
|
|
|
|
|
|
|
|
@@ -19,7 +19,7 @@ $(DOTGITCONFIG): |
|
|
$(DOTDEE) $(DOTGITCONFIG) |
|
|
$(DOTDEE) $(DOTGITCONFIG) |
|
|
|
|
|
|
|
|
clean: |
|
|
clean: |
|
|
$(STOW) $(STOWOPTS) -D common emacs git ruby haskell perl tmux vim zsh osx |
|
|
|
|
|
|
|
|
$(STOW) $(STOWOPTS) -D mosh common emacs git ruby haskell perl tmux vim zsh osx |
|
|
|
|
|
|
|
|
$(DOTPROFILE): |
|
|
$(DOTPROFILE): |
|
|
touch $(DOTPROFILE) |
|
|
touch $(DOTPROFILE) |
|
|
@@ -47,6 +47,9 @@ x: |
|
|
ruby: |
|
|
ruby: |
|
|
$(STOW) $(STOWOPTS) ruby |
|
|
$(STOW) $(STOWOPTS) ruby |
|
|
|
|
|
|
|
|
|
|
|
mosh: |
|
|
|
|
|
$(STOW) $(STOWOPTS) mosh |
|
|
|
|
|
|
|
|
zsh: |
|
|
zsh: |
|
|
$(STOW) $(STOWOPTS) zsh |
|
|
$(STOW) $(STOWOPTS) zsh |
|
|
|
|
|
|
|
|
|