added skel

main
The_miro 2025-01-21 21:05:23 +01:00
parent 2e5b7340b6
commit 4f150a5711
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ echo "Installing oh my zsh plugins"
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-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 https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
sudo cp -r .config /etc/skel/
#zsh setup #zsh setup
echo "Setting up zsh" echo "Setting up zsh"
chsh -s /usr/bin/zsh chsh -s /usr/bin/zsh