From c34fbf29c29d7a15af54268cfa9784bd4283788c Mon Sep 17 00:00:00 2001 From: ushastoe <40743392+krolchonok@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:28:46 +0300 Subject: [PATCH] Create start.sh --- start.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..4a36d04 --- /dev/null +++ b/start.sh @@ -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