diff options
| author | Sylvain Herlédan <sylvain.herledan@hrafnagud.info> | 2017-08-09 23:35:20 +0200 |
|---|---|---|
| committer | Sylvain Herlédan <sylvain.herledan@hrafnagud.info> | 2017-08-09 23:35:20 +0200 |
| commit | 10a6efbe004aab4f093f712232aa11cf1085c29f (patch) | |
| tree | 090357c81c3333d1bb11bd6ba7063574d0df8123 | |
| parent | ac9c73578a9c8e085f7a315d6018ed09277c74ea (diff) | |
| download | dotfiles-10a6efbe004aab4f093f712232aa11cf1085c29f.tar.gz dotfiles-10a6efbe004aab4f093f712232aa11cf1085c29f.tar.bz2 dotfiles-10a6efbe004aab4f093f712232aa11cf1085c29f.zip | |
Fix URL for st patches.
| -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 |
