system migration!
This commit is contained in:
parent
8210a3def0
commit
fe5ab7e443
@ -2,11 +2,32 @@
|
||||
|
||||
HOME = /home/trinity/
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
TARGETS = \
|
||||
$(HOME)/.aliases \
|
||||
$(HOME)/.config/sxhkd/sxhkdrc \
|
||||
$(HOME)/.config/sxmo/profile \
|
||||
$(HOME)/.ctwmrc \
|
||||
$(HOME)/.env \
|
||||
$(HOME)/.gitconfig \
|
||||
$(HOME)/.nethackrc \
|
||||
$(HOME)/.profile \
|
||||
$(HOME)/.vimrc \
|
||||
$(HOME)/.xinitrc \
|
||||
$(HOME)/.Xresources \
|
||||
$(HOME)/.config/youtube-dl/youtube-dl.conf
|
||||
|
||||
$(HOME)/.aliases: sh/aliases
|
||||
cp sh/aliases $(HOME)/.aliases
|
||||
|
||||
$(HOME)/.config/sxhkd/sxhkdrc: sxhkd/sxhkdrc
|
||||
mkdir -p $(HOME)/.config/sxhkd/
|
||||
cp sxhkd/sxhkdrc $(HOME)/.config/sxhkd/sxhkdrc
|
||||
|
||||
# cannot be a symlink
|
||||
$(HOME)/.config/sxmo/profile: sxmo/profile
|
||||
mkdir -p .config/sxmo/profile
|
||||
mkdir -p $(HOME)/.config/sxmo/
|
||||
cp sxmo/profile $(HOME)/.config/sxmo/profile
|
||||
|
||||
$(HOME)/.ctwmrc: ctwm/ctwmrc
|
||||
@ -27,6 +48,9 @@ $(HOME)/.profile: sh/profile
|
||||
$(HOME)/.vimrc: vim/vimrc
|
||||
cp vim/vimrc $(HOME)/.vimrc
|
||||
|
||||
$(HOME)/.xinitrc: xinit/xinitrc
|
||||
cp xinit/xinitrc $(HOME)/.xinitrc
|
||||
|
||||
$(HOME)/.Xresources: X/Xresources
|
||||
cp X/Xresources $(HOME)/.Xresources
|
||||
|
||||
|
3
trinitystuff/sxhkd/sxhkdrc
Normal file
3
trinitystuff/sxhkd/sxhkdrc
Normal file
@ -0,0 +1,3 @@
|
||||
super + t:
|
||||
urxvt
|
||||
|
2
trinitystuff/xinit/xinitrc
Executable file
2
trinitystuff/xinit/xinitrc
Executable file
@ -0,0 +1,2 @@
|
||||
sxhkd &
|
||||
exec bspwm
|
Loading…
Reference in New Issue
Block a user