diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-09-08 19:35:23 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-09-08 19:35:23 -0700 |
| commit | 480dd4688b20be3b69b54043d5e5d3df713926c0 (patch) | |
| tree | ef71f35560bc37ddf1d1f3e0881f250884d47bc1 /Makefile.darwin | |
| parent | emacs: get rid of mapping for sourcegraph (diff) | |
| download | emacs.d-480dd4688b20be3b69b54043d5e5d3df713926c0.tar.gz | |
linux: remove configurations specific to linux
They are all handled by the repository `linux-desktop`. It's easier to
have a different repository for this bits of configs.
Diffstat (limited to 'Makefile.darwin')
| -rw-r--r-- | Makefile.darwin | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.darwin b/Makefile.darwin deleted file mode 100644 index 290a48b..0000000 --- a/Makefile.darwin +++ /dev/null @@ -1,6 +0,0 @@ -.PHONY: install-darwin-symlinks -install-darwin-symlinks: install-general - $(LN) $(PWD)/config/git/user.work $(HOME)/.config/git/user - $(LN) $(PWD)/config/emacs $(HOME)/.emacs.d - -install: install-darwin-symlinks |
