From 1dce97e1c0b8136c804cf759a3804440cf1d0a0e Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 27 Oct 2020 11:50:52 +0100 Subject: [PATCH] don't install dot files from repo --- post-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/post-install.sh b/post-install.sh index e31bf21..cea69dc 100644 --- a/post-install.sh +++ b/post-install.sh @@ -1,14 +1,14 @@ #!/bin/sh SDE_URL="https://git.brz9.dev/ed/sde.git" -DOT_URL="https://git.brz9.dev/ed/dot.git" +#DOT_URL="https://git.brz9.dev/ed/dot.git" WGT_URL="https://git.brz9.dev/ed/waterfox.git" SRCPATH=/usr/local/src git clone $SDE_URL $SRCPATH/sde git clone $WGT_URL $SRCPATH/waterfox -git clone $DOT_URL /usr/local/share/dot +#git clone $DOT_URL /usr/local/share/dot #dependencies xbps-install -Sy libX11-devel libXft-devel libXinerama-devel imlib2-devel libexif-devel giflib-devel libXt-devel libXfixes-devel libXi-devel go ncurses-devel nfs-utils acpi font-awesome dejavu-fonts-ttf @@ -23,5 +23,5 @@ xbps-install -Sy fzf mpv cmus cmus-flac mupdf ffmpeg scrot trash-cli xwallpaper make install -C $SRCPATH/sde/ make install -C $SRCPATH/waterfox/ -make install -C /usr/local/share/dot +#make install -C /usr/local/share/dot