Mitch Tishmack 11 роки тому
джерело
коміт
d859d17537
2 змінених файлів з 8 додано та 3 видалено
  1. +6
    -3
      Makefile
  2. +2
    -0
      mosh/.profile.d/99-alias-mosh.sh

+ 6
- 3
Makefile Переглянути файл

@@ -5,12 +5,12 @@ STOWOPTS=-target $(HOME) -d $(PWD)
DOTGITCONFIG=~/.gitconfig
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)
$(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

@@ -19,7 +19,7 @@ $(DOTGITCONFIG):
$(DOTDEE) $(DOTGITCONFIG)

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):
touch $(DOTPROFILE)
@@ -47,6 +47,9 @@ x:
ruby:
$(STOW) $(STOWOPTS) ruby

mosh:
$(STOW) $(STOWOPTS) mosh

zsh:
$(STOW) $(STOWOPTS) zsh



+ 2
- 0
mosh/.profile.d/99-alias-mosh.sh Переглянути файл

@@ -0,0 +1,2 @@
# mosh/.profile.d/99-alias-mosh.sh
alias m=mosh

Завантаження…
Відмінити
Зберегти