notes/config/zsh/get-zsh-gitcode.sh

14 lines
537 B
Bash
Executable File

#!/bin/bash
ZSH=$HOME/.config/oh-my-zsh
echo 'Getting oh-my-zsh from gitcode...'
git clone git@gitcode.com:mirrors/brianloveswords/oh-my-zsh.git $ZSH
echo 'Getting zsh-highlighting...'
git clone git@gitcode.com:mirrors/catppuccin/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-$ZSH/custom}/plugins/zsh-syntax-highlighting
echo 'Getting zsh-autosuggestions...'
git clone git@gitcode.com:mirrors/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-$ZSH/custom}/plugins/zsh-autosuggestions
cp -f config/zsh/bracket.zsh-theme $ZSH/custom/themes/