X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/31503eb98057db5ac2de69334641020fe6d1afab..cf75e935fef989adf6958d77d1cf69ee4bbec57b:/Makefile diff --git a/Makefile b/Makefile index 0d3d068..f118edd 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ $(XDG_DATA_HOME) $(XDG_CONFIG_HOME): awesome: $(XDG_CONFIG_HOME) xinit ln -sfT $(APATH)/awesome $(XDG_CONFIG_HOME)/awesome + ln -sfT $(APATH)/xinitrc ~/.xinitrc + ln -sfT $(APATH)/zlogin ~/.zlogin .PHONY: awesome dircolors: $(XDG_CONFIG_HOME) @@ -39,6 +41,7 @@ git: $(XDG_CONFIG_HOME) gnupg: systemd ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ + chmod 700 $(XDG_CONFIG_HOME)/$@ systemctl --user enable gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket systemctl --user start gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket .PHONY: gnupg