diff --git a/dotfiles/Makefile b/dotfiles/Makefile index 3452986..b8c8864 100644 --- a/dotfiles/Makefile +++ b/dotfiles/Makefile @@ -1,5 +1,5 @@ # env -# Written in 2019,2021,2023 by Lucas +# Written in 2019,2021,2023-2024 by Lucas # CC0 1.0 Universal/Public domain - No rights reserved # # To the extent possible under law, the author(s) have dedicated all @@ -13,7 +13,7 @@ PREFIX= $(HOME) -FILES= Xdefaults gitconfig mg nexrc profile shrc tmux.conf vimrc xinitrc +FILES= Xdefaults gitconfig mg nexrc profile shrc tmux.conf vimrc xsession all: install @@ -24,8 +24,8 @@ diff: install: for f in $(FILES); do cp -f "$$f" $(PREFIX)/."$$f"; done - ln -fs $(PREFIX)/.xinitrc $(PREFIX)/.xsession + ln -f $(PREFIX)/.xsession $(PREFIX)/.xinitrc uninstall: for f in $(FILES); do rm -f $(PREFIX)/."$$f"; done - rm -f $(PREFIX)/.xsession + rm -f $(PREFIX)/.xinitrc diff --git a/dotfiles/xinitrc b/dotfiles/xsession similarity index 100% rename from dotfiles/xinitrc rename to dotfiles/xsession