summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 3f6f51c..ce4171e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,14 +10,6 @@ install: install-hyprplugins install-zshconfigs install-shconfigs vimplug-vim in
install-hyprplugins: install-hyprsplit install-hyprland-plugins
-install-bashconfigs: $(BCONFS) install-shconfigs
- @echo "Installing bash conf files..."
- @echo ".bashrc..."
- @ln -sf `pwd`/bash/.bashrc ~/.bashrc
- @echo ".bash_logout..."
- @ln -sf `pwd`/bash/.bash_logout ~/.bash_logout
- @echo "Done."
-
install-hyprsplit:
@echo "Installing hyprsplit..."
@hyprpm add https://github.com/shezdy/hyprsplit || echo "Already installed!"
@@ -42,6 +34,14 @@ scroll/user.conf:
@echo 'set $$home' $(shell echo $(HOME)) > scroll/user.conf
@echo "Done."
+install-bashconfigs: $(BCONFS) install-shconfigs
+ @echo "Installing bash conf files..."
+ @echo ".bashrc..."
+ @ln -sf `pwd`/bash/.bashrc ~/.bashrc
+ @echo ".bash_logout..."
+ @ln -sf `pwd`/bash/.bash_logout ~/.bash_logout
+ @echo "Done."
+
install-zshconfigs: install-shconfigs
@echo "Settings up ZDOTDIR..."
@echo "Installing .zprofile..."
@@ -68,4 +68,4 @@ doas-conf: $(DCONFS)
@sudo cp -n doas.conf /etc/doas.conf
@echo "Done."
-.PHONY: install-hyprplugins install-zshconfigs install-shconfigs vimplug-vim doas-conf install install-scrollconf
+.PHONY: install-hyprplugins install-zshconfigs install-shconfigs vimplug-vim doas-conf install install-scrollconf install-bashconfigs