summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-12-29 14:19:50 +0100
committerTom Barrett <tom@tombarrett.xyz>2020-12-29 14:19:50 +0100
commit27b3ff0800ed9002631291f3e0790ed5a470be74 (patch)
tree2e730d0b3be329264b54c1e1c1a1b1b28d8a7e3a /build
parentec7da27759c08e0741fe9151f056a8378c9a8aa1 (diff)
2020 update
Diffstat (limited to 'build')
-rwxr-xr-xbuild26
1 files changed, 16 insertions, 10 deletions
diff --git a/build b/build
index 1586371..72174a8 100755
--- a/build
+++ b/build
@@ -16,7 +16,7 @@ git clone https://git.suckless.org/dwm $DWM_DIR
patch $DWM_DIR'/dwm.c' $RC_DIR'/dwm/custom.diff'
-cp $RC_DIR'/dwm/config.h' $DWM_DIR
+ln -s $RC_DIR'/dwm/config.h' $DWM_DIR
make -C $DWM_DIR
@@ -36,24 +36,30 @@ ln -s $DWMSTS_DIR/dwmstatus $HOME/bin
ST_DIR=$HOME'/src/st'
git clone https://git.suckless.org/st $ST_DIR
-cp $RC_DIR'/st/config.h' $ST_DIR
+ln -s $RC_DIR'/st/config.h' $ST_DIR
make -C $ST_DIR
ln -s $ST_DIR/st $HOME/bin
# fish setup
-cp -r $RC_DIR'/.config/fish' $HOME'/.config/'
-
-# lxc setup
-cp -r $RC_DIR'/.config/lxc' $HOME'/.config'
-chmod a+rw $HOME'/.local/' $HOME'/.local/share'
+ln -s $RC_DIR'/.config/fish' $HOME'/.config'
# freedesktop setup
-cp $RC_DIR'/.config/user-dirs.dirs' $HOME'/.config/'
+ln -s $RC_DIR'/.config/user-dirs.dirs' $HOME'/.config'
# xorg setup
-cp $RC_DIR'/.xinitrc' $HOME
+ln -s $RC_DIR'/.xinitrc' $HOME
# autostart script
-cp $RC_DIR'/.autostart' $HOME
+ln -s $RC_DIR'/.autostart' $HOME
+
+# ranger setup
+ln -s $RC_DIR'/.config/ranger' $HOME'/.config'
+
+# ncmpcpp setup
+ln -s $RC_DIR'/.config/ncmpcpp' $HOME'/.config'
+
+# neomutt setup
+ln -s $RC_DIR'/.muttrc' $HOME
+ln -s $RC_DIR'/.mailcap' $HOME