From 480dd4688b20be3b69b54043d5e5d3df713926c0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 8 Sep 2021 19:35:23 -0700 Subject: 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. --- Makefile.linux | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Makefile.linux (limited to 'Makefile.linux') diff --git a/Makefile.linux b/Makefile.linux deleted file mode 100644 index a5490dd..0000000 --- a/Makefile.linux +++ /dev/null @@ -1,17 +0,0 @@ -.PHONY: install-linux-symlinks -install-linux-symlinks: install-general - @mkdir -p $(HOME)/.config/systemd - $(LN) $(PWD)/Xmodmap $(HOME)/.Xmodmap - $(LN) $(PWD)/Xresources $(HOME)/.Xresources - $(LN) $(PWD)/config/alacritty $(HOME)/.config/ - $(LN) $(PWD)/config/git/user.personal $(HOME)/.config/git/user - $(LN) $(PWD)/config/i3/ $(HOME)/.config/ - $(LN) $(PWD)/config/mpd/ $(HOME)/.config/ - $(LN) $(PWD)/config/redshift.conf $(HOME)/.config/redshift.conf - $(LN) $(PWD)/config/systemd/user/backup.service $(HOME)/.config/systemd/user/backup.service - $(LN) $(PWD)/config/systemd/user/ssh-agent.service $(HOME)/.config/systemd/user/ssh-agent.service - $(LN) $(PWD)/config/user-dirs.dirs $(HOME)/.config/user-dirs.dirs - $(LN) $(PWD)/pam_environment $(HOME)/.pam_environment - $(LN) $(PWD)/xsession $(HOME)/.xsession - -install: install-linux-symlinks -- cgit 1.4.1