From: Siraaj Khandkar Date: Sat, 31 Aug 2019 17:38:08 +0000 (-0400) Subject: Re-align X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=9e667c0cc208e760e4bfcfa7017dcb8bc0b85756 Re-align --- diff --git a/Makefile b/Makefile index c029724..c7130db 100644 --- a/Makefile +++ b/Makefile @@ -3,17 +3,17 @@ MAKEFLAGS := --no-builtin-rules .PHONY: install_home install_pkgs install_home: - @cp -Rp home/bin $(HOME)/ - @cp -Rp home/lib $(HOME)/ + @cp -Rp home/bin $(HOME)/ + @cp -Rp home/lib $(HOME)/ @cp home/.compton.conf $(HOME)/ - @cp -Rp home/.config/ $(HOME)/ - @cp home/.profile $(HOME)/ - @cp home/.fonts.conf $(HOME)/ - @fc-cache $(HOME)/.fonts - @cp home/.Rprofile $(HOME)/ - @cp home/.mpdconf $(HOME)/ - @cp home/.tmux.conf $(HOME)/ - @cp home/.xbindkeysrc $(HOME)/ + @cp -Rp home/.config/ $(HOME)/ + @cp home/.profile $(HOME)/ + @cp home/.fonts.conf $(HOME)/ + @fc-cache $(HOME)/.fonts + @cp home/.Rprofile $(HOME)/ + @cp home/.mpdconf $(HOME)/ + @cp home/.tmux.conf $(HOME)/ + @cp home/.xbindkeysrc $(HOME)/ install_pkgs: list pkgs-install sudo apt install $(shell ./list pkgs-install)