9 lines
291 B
Bash
9 lines
291 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
|
|
exec $@
|