From 9c07e4a0a7cf7c07e5c8e38a5abe9e4ca2ffec08 Mon Sep 17 00:00:00 2001 From: Tim van Veenendaal Date: Mon, 7 Sep 2020 10:06:24 +0200 Subject: [PATCH] update install --- install.sh | 5 +++-- zsh/.zshrc | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2906a2c..600e42f 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,8 @@ #!/bin/bash +sudo apt install zsh cd "$(dirname "$0")" -./solve-stow.sh bin -./solve-stow.sh zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k +./solve-stow.sh bin +./solve-stow.sh zsh diff --git a/zsh/.zshrc b/zsh/.zshrc index 8b4dbbc..33620a2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -147,6 +147,8 @@ export KUBECONFIG if [ $commands[kubectl] ]; then source <(kubectl completion zsh); fi alias ltd='docker exec -it lt-dev /bin/bash' +alias ltdf='docker exec -it lt-dev-2004 /bin/bash' +alias lt-dd-f='docker exec -it lt-dev-2004 lt-dd' alias lt-dd-cms='lt-dd project:execute -p mpm-cms -n -- ' alias lt-dd-web='lt-dd project:execute -p mpm-website -n -- ' alias lt-dd-w2='lt-dd project:execute -p wrqr2 -n -- '