Create start.sh

This commit is contained in:
ushastoe
2024-04-09 09:28:46 +03:00
committed by GitHub
parent 6b70cca0a0
commit c34fbf29c2

4
start.sh Normal file
View File

@@ -0,0 +1,4 @@
apt install git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
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-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting