split init

This commit is contained in:
Tykayn 2023-08-17 09:34:05 +02:00 committed by tykayn
parent 69348d5f60
commit 497c5fa2bc
5 changed files with 134 additions and 124 deletions

View file

@ -0,0 +1,8 @@
#!/bin/bash
echo " ------ install oh my zsh ------"
if ! -d ~/.oh-my-zsh; then
echo "installer oh my zsh"
cd
sudo apt install zsh
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
fi