aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index a4ec9d9..173103c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -42,7 +42,7 @@ install_st()
{
local tools_dir="${1}"; shift;
local install_dir="${1}"; shift;
- local patches_url="http://st.suckless.org/patches";
+ local patches_url="http://st.suckless.org/patches/solarized";
if [ ! -f "${install_dir}/bin/st" ];
then
@@ -58,7 +58,7 @@ install_st()
fi
cd "${tools_dir}/st"
git checkout b331da5
- git apply st-no_bold.diff
+ git apply st-no_bold.diff
git apply st-solarized.diff
cp config.def.h config.h
sed -i 's/.*Liberation Mono.*/char font[] = "Inconsolata:pixelsize=13:antialias=true:hinting=true";/' config.h