diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-21 18:20:36 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:38:10 +0200 |
commit | 1550c718a52b6acaaa7fa5888976a26b903aba01 (patch) | |
tree | ce910b51bba80fdcd946d2917d8ec2a0e8f3e2bf | |
parent | 9ac95fc4bbdb4ff08408f4c4aae12fa09749cb21 (diff) | |
download | dotfiles-1550c718a52b6acaaa7fa5888976a26b903aba01.tar.xz |
Reorder Makefile
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ install: - -ln -sf "$(PWD)/zsh/zshenv" "$(HOME)/.zshenv" -ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh" -ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg" + -ln -sf "$(PWD)/zsh/zshenv" "$(HOME)/.zshenv" -mkdir -p "$(HOME)/.cache/zsh" ~/misc/grawity/: |