1
0

system migration!

This commit is contained in:
dtb 2023-09-07 07:19:15 -04:00
parent 8210a3def0
commit fe5ab7e443
3 changed files with 30 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
super + t:
urxvt

2
trinitystuff/xinit/xinitrc Executable file
View File

@ -0,0 +1,2 @@
sxhkd &
exec bspwm