freelance-project-34-market.../docker/tiktok/entry.sh
2024-07-06 14:27:14 +03:00

11 lines
387 B
Bash

ln -sf $PWD/docker/tiktok/.zshrc ~
mkdir -p tmp/cache/tiktok/zsh
mkdir -p tmp/cache/tiktok/ipython
mkdir -p tmp/cache/tiktok/jupyter
ln -sf $PWD/tmp/cache/tiktok/zsh/histfile ~/.histfile
ln -sf $PWD/tmp/cache/tiktok/jupyter ~/.jupyter
ln -sf $PWD/tmp/cache/tiktok/ipython ~/.ipython
ipython3 profile create
ln -sf $PWD/docker/tiktok/ipython_config.py ~/.ipython/profile_default/
exec $@