mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
split init
This commit is contained in:
parent
69348d5f60
commit
497c5fa2bc
5 changed files with 134 additions and 124 deletions
8
initialization/partials/zsh.sh
Normal file
8
initialization/partials/zsh.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue