stower.sh aktualisiert
This commit is contained in:
parent
41fb5644e3
commit
c0bfdca612
@ -204,10 +204,13 @@ function rebooter {
|
||||
function setup {
|
||||
# ZSH
|
||||
log "Cloning ZSH Plugins..."
|
||||
rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
sudo git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
log "Done... zsh-autosuggestions"
|
||||
rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
sudo git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
log "Done... zsh-syntax-highlighting"
|
||||
rm -rf ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
||||
sudo git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
||||
log "Done... powerlevel10k"
|
||||
chsh -s /usr/bin/zsh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user