From 610370bce41be82847d0d59cf07b7502254cb5e4 Mon Sep 17 00:00:00 2001 From: Mihit Date: Tue, 3 Feb 2026 21:34:00 +0000 Subject: [PATCH] testing install script --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..1ac6881 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +#!/bin/bash +git clone https://git.hserve.win/Mihit/ZSH-Config ~/.zsh_conf +ln -s ~/.zsh_conf/zshrc .zshrc +chsh -s /usr/bin/zsh