diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
