X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=Makefile;h=f40faad205da27179dfd44acedd7d3180860daed;hp=b5643e27d965617413033b62b3ad2976432d0122;hb=73b053fc1efce2c29c602352dd22f74ce1b330b4;hpb=c632ae1a73c9115923996887995aa7f025a19c6f diff --git a/Makefile b/Makefile index b5643e2..f40faad 100644 --- a/Makefile +++ b/Makefile @@ -1,25 +1,5 @@ # Makefile for shell configuration files. -# Generate necessary files and create symbolic links in ~/. -LINK=../link.sh -.PHONY: setup -setup: - # Generate ~/.less with lesskey. - lesskey lesskey - # Link setup for shells. - $(LINK) shell ~/.shell - $(LINK) bash ~/.bash - $(LINK) bash/rc ~/.bashrc - $(LINK) bash/profile ~/.bash_profile - $(LINK) zsh ~/.zsh - $(LINK) zsh/env ~/.zshenv - $(LINK) zsh/rc ~/.zshrc - $(LINK) zsh/logout ~/.zlogout - # Link setup for additional files. - $(LINK) colordiffrc ~/.colordiffrc - $(LINK) inputrc ~/.inputrc - $(LINK) screenrc ~/.screenrc - test: cd tests; zsh run.zsh