working on configs and stuffz
This commit is contained in:
@@ -6,6 +6,7 @@ all: $(TARGETS)
|
||||
|
||||
TARGETS = \
|
||||
$(HOME)/.aliases \
|
||||
$(HOME)/.config/bspwm/bspwmrc \
|
||||
$(HOME)/.config/sxhkd/sxhkdrc \
|
||||
$(HOME)/.config/sxmo/profile \
|
||||
$(HOME)/.ctwmrc \
|
||||
@@ -21,6 +22,18 @@ TARGETS = \
|
||||
$(HOME)/.aliases: sh/aliases
|
||||
cp sh/aliases $(HOME)/.aliases
|
||||
|
||||
$(HOME)/.config/bspwm/bspwmrc: bspwm/bspwmrc
|
||||
mkdir -p $(HOME)/.config/bspwm/
|
||||
cp bspwm/bspwmrc $(HOME)/.config/bspwm/bspwmrc
|
||||
|
||||
$(HOME)/.config/i3/config: i3/config
|
||||
mkdir -p $(HOME)/.config/i3/
|
||||
cp i3/config $(HOME)/.config/i3/config
|
||||
|
||||
$(HOME)/.config/i3status/config: i3status/config
|
||||
mkdir -p $(HOME)/.config/i3status/
|
||||
cp i3status/config $(HOME)/.config/i3status/config
|
||||
|
||||
$(HOME)/.config/sxhkd/sxhkdrc: sxhkd/sxhkdrc
|
||||
mkdir -p $(HOME)/.config/sxhkd/
|
||||
cp sxhkd/sxhkdrc $(HOME)/.config/sxhkd/sxhkdrc
|
||||
|
||||
Reference in New Issue
Block a user