2024-10-17 08:18:25 +00:00
|
|
|
sh -c "$(curl -fsSL https://install.ohmyz.sh/)"
|
|
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
|
|
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
|
|
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
2024-10-17 08:21:20 +00:00
|
|
|
git config --global credential.helper store
|
2024-10-26 11:23:48 +00:00
|
|
|
cp .oh-my-zsh ~
|
|
|
|
cp .p10k.zsh ~
|
|
|
|
cp .zshrc ~
|