diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-11 19:32:38 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-11 19:32:38 -0800 |
| commit | 5c9d870f0655fb52f4571eeb52c2f1f6c02581b1 (patch) | |
| tree | 4afe57f670c654786b570da75e930ed227e341b3 /Makefile | |
| parent | [Emacs] renamed my custom files and load them with use-package. (diff) | |
| download | emacs.d-5c9d870f0655fb52f4571eeb52c2f1f6c02581b1.tar.gz | |
[tmux] delete configuration for tmux once again.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -5,8 +5,7 @@ INSTALL = \ aspell.en.pws \ emacs.d \ gitconfig \ - gitignore \ - tmux.conf + gitignore git: git config --local user.email "franck.cuny@gmail.com" @@ -15,7 +14,7 @@ git: INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) LN = @ln -sf -install: $(INSTALLED) $(HOME)/bin $(HOME)/src $(HOME)/.ssh/authorized_keys git +install: $(INSTALLED) $(HOME)/src $(HOME)/.ssh/authorized_keys git $(INTO)/.% : % @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak @@ -24,9 +23,6 @@ $(INTO)/.% : % $(HOME)/.ssh/authorized_keys: @curl https://github.com/franckcuny.keys -o $(HOME)/.ssh/authorized_keys -$(HOME)/bin: - mkdir -p $(HOME)/bin - $(HOME)/src: mkdir -p $(HOME)/src |
