Mitch Tishmack 11 лет назад
Родитель
Сommit
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 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




+ 2
- 0
mosh/.profile.d/99-alias-mosh.sh Просмотреть файл

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

Загрузка…
Отмена
Сохранить