1
0
Fork 0

Merge branch 'master' of github.com:serverwentdown/env

main
Ambrose Chua 2018-12-09 03:49:22 +08:00
commit 327cdb91fe
11 changed files with 11 additions and 11 deletions

View File

@ -37,5 +37,5 @@ cd /usr/local/go/src
# symlink into /usr/local/bin
ln -s /usr/local/go/bin/* /usr/local/bin/
apk del .build-deps
apk del --no-cache .build-deps

View File

@ -20,4 +20,4 @@ rm jdk.tar.gz
# symlink into /usr/local/bin
ln -s /usr/local/jdk/bin/* /usr/local/bin/
apk del .build-deps
apk del --no-cache .build-deps

View File

@ -14,4 +14,4 @@ mkdir -p ~/.local/bin
curl -fLo ~/.local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl
chmod a+x ~/.local/bin/kubectl
sudo apk del .build-deps
sudo apk del --no-cache .build-deps

View File

@ -14,4 +14,4 @@ mkdir -p ~/.local/bin
curl -fLo ~/.local/bin/mc https://dl.minio.io/client/mc/release/linux-amd64/mc
chmod a+x ~/.local/bin/mc
sudo apk del .build-deps
sudo apk del --no-cache .build-deps

View File

@ -46,4 +46,4 @@ rm -rf neovim
pip3 install neovim
apk del .build-deps
apk del --no-cache .build-deps

View File

@ -49,7 +49,7 @@ cd "node-v$NODE_VERSION"
make -j$(getconf _NPROCESSORS_ONLN) >/dev/null || make
make install
apk del .build-deps
apk del --no-cache .build-deps
cd ..
rm -Rf "node-v$NODE_VERSION"

View File

@ -16,4 +16,4 @@ curl -fLo ~/.zsh/functions/prompt_pure_setup \
curl -fLo ~/.zsh/functions/async \
https://raw.githubusercontent.com/sindresorhus/pure/master/async.zsh
sudo apk del .build-deps
sudo apk del --no-cache .build-deps

View File

@ -17,4 +17,4 @@ sudo apk add --no-cache \
pip3 install --user thefuck
sudo apk del .build-deps
sudo apk del --no-cache .build-deps

View File

@ -18,4 +18,4 @@ mkdir -p ~/.local/bin
curl -fLo ~/.local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
chmod a+x ~/.local/bin/yadm
sudo apk del .build-deps
sudo apk del --no-cache .build-deps

View File

@ -14,4 +14,4 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosugges
cd ~/.zsh/zsh-autosuggestions
git checkout v0.4.3
sudo apk del .build-deps
sudo apk del --no-cache .build-deps

View File

@ -14,4 +14,4 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-sy
cd ~/.zsh/zsh-syntax-highlighting
git checkout 0.6.0
sudo apk del .build-deps
sudo apk del --no-cache .build-deps