aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorSylvain Herlédan <sylvain.herledan@hrafnagud.info>2017-08-09 23:35:20 +0200
committerSylvain Herlédan <sylvain.herledan@hrafnagud.info>2017-08-09 23:35:20 +0200
commit10a6efbe004aab4f093f712232aa11cf1085c29f (patch)
tree090357c81c3333d1bb11bd6ba7063574d0df8123 /setup.sh
parentac9c73578a9c8e085f7a315d6018ed09277c74ea (diff)
downloaddotfiles-10a6efbe004aab4f093f712232aa11cf1085c29f.tar.gz
dotfiles-10a6efbe004aab4f093f712232aa11cf1085c29f.tar.bz2
dotfiles-10a6efbe004aab4f093f712232aa11cf1085c29f.zip
Fix URL for st patches.
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