Files
Phraseanet/docker/builder/root/bootstrap/entrypoint.d/ohmyzsh.sh
2020-03-12 12:26:10 +01:00

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