update install
This commit is contained in:
parent
9774fe4548
commit
9c07e4a0a7
@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo apt install zsh
|
||||||
cd "$(dirname "$0")"
|
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)"
|
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
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k
|
||||||
|
./solve-stow.sh bin
|
||||||
|
./solve-stow.sh zsh
|
||||||
|
@ -147,6 +147,8 @@ export KUBECONFIG
|
|||||||
if [ $commands[kubectl] ]; then source <(kubectl completion zsh); fi
|
if [ $commands[kubectl] ]; then source <(kubectl completion zsh); fi
|
||||||
|
|
||||||
alias ltd='docker exec -it lt-dev /bin/bash'
|
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-cms='lt-dd project:execute -p mpm-cms -n -- '
|
||||||
alias lt-dd-web='lt-dd project:execute -p mpm-website -n -- '
|
alias lt-dd-web='lt-dd project:execute -p mpm-website -n -- '
|
||||||
alias lt-dd-w2='lt-dd project:execute -p wrqr2 -n -- '
|
alias lt-dd-w2='lt-dd project:execute -p wrqr2 -n -- '
|
||||||
|
Loading…
Reference in New Issue
Block a user