added skel
parent
2e5b7340b6
commit
4f150a5711
|
|
@ -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-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
|
||||
sudo cp -r .config /etc/skel/
|
||||
|
||||
#zsh setup
|
||||
echo "Setting up zsh"
|
||||
chsh -s /usr/bin/zsh
|
||||
|
|
|
|||
Loading…
Reference in New Issue