Pseudo initial
This commit is contained in:
parent
7e204a3d9f
commit
cdfac4d089
13 changed files with 1312 additions and 24 deletions
7
.dotfiles/bootstrap/85_oh_my_zsh.sh
Normal file
7
.dotfiles/bootstrap/85_oh_my_zsh.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Install oh-my-zsh if the folder does not exist
|
||||
if [ ! -d "$HOME/.oh-my-zsh" ]; then
|
||||
echo "Installing oh-my-zsh"
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue