aboutsummaryrefslogtreecommitdiff
path: root/source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source.sh')
-rwxr-xr-xsource.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/source.sh b/source.sh
index 7696f4d..94f53a0 100755
--- a/source.sh
+++ b/source.sh
@@ -6,6 +6,7 @@ mv pass .password-store
mkdir src
cd src
+
git clone https://git.suckless.org/st
cd st
curl -O http://st.suckless.org/patches/alpha/st-alpha-0.8.2.diff
@@ -14,6 +15,12 @@ sed 's/^float alpha =.*$/float alpha = 0.6;/' config.def.h > config.h
sudo make install
cd ..
+git clone https://git.suckless.org/sent
+cd sent
+cp config.def.h config.h
+sudo make install
+cd ..
+
git clone https://aur.archlinux.org/preloader-signed.git
cd preloader-signed
yes | makepkg -si