commit bdb49eb5b03c9e972a9073e28a9549010695f283
parent 923453bfc9b0e6a779fb4bb21b7f4b1764bdca1b
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date: Sun, 16 Jul 2017 21:18:29 +0200
fix st compilation
README.md | 2 +-
debian/1-system.sh | 3 ++-
debian/2-desktopSystem.sh | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
Diffstat:
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -25,5 +25,5 @@ sudo ./2-desktopSystem.sh
logout
# login again to update groups
su - username
-./3-home.sh
+systemSetup/debian/3-home.sh
```
diff --git a/debian/1-system.sh b/debian/1-system.sh
@@ -47,6 +47,7 @@ pip3 install thefuck
wget https://github.com/BurntSushi/ripgrep/releases/download/0.5.2/ripgrep-0.5.2-x86_64-unknown-linux-musl.tar.gz
/bin/tar xvf ripgrep-0.5.2-x86_64-unknown-linux-musl.tar.gz
cd ripgrep-0.5.2-x86_64-unknown-linux-musl/
+mkdir -p /usr/local/share/man/man1/
install rg.1 /usr/local/share/man/man1/
install rg /usr/local/bin/
cd ..
@@ -60,4 +61,4 @@ export DEBIAN_FRONTEND=noninteractive ; \
# end
-apt-get autoremove
+apt-get autoremove -y
diff --git a/debian/2-desktopSystem.sh b/debian/2-desktopSystem.sh
@@ -5,9 +5,9 @@ apt-get install -y i3-wm feh fluxbox eog baobab gsetroot sweep aumix geeqie auda
git clone git://git.suckless.org/st
apt-get install -y libfontconfig1-dev libxft-dev
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/
-cp ../dotfiles/config.def.h st/
cd st
-git checkout 66556d9
+git checkout -b local 66556d9
+cp ../dotfiles/config.def.h st/
git add .
git commit -m "my config"
make clean install