init-zsh/init.sh

12 lines
575 B
Bash
Raw Permalink Normal View History

2024-10-26 11:42:55 +00:00
apt install curl
apt install git
apt install zsh -y
2024-10-17 08:18:25 +00:00
sh -c "$(curl -fsSL https://install.ohmyz.sh/)"
2024-10-26 11:42:55 +00:00
chsh -s /bin/zsh
2024-10-17 08:18:25 +00:00
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:42:55 +00:00
cp -f .p10k.zsh ~
cp -f .zshrc ~