mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/bash
|
|
|
|
if [ ! -d "$HOME/.oh-my-zsh" ]; then
|
|
cp -r "/bootstrap/.oh-my-zsh" "$HOME/.oh-my-zsh"
|
|
fi
|