mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
6 lines
194 B
Bash
6 lines
194 B
Bash
export PLUG_DIR=$HOME/.zim
|
|
if [[ ! -d $PLUG_DIR ]]; then
|
|
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
|
|
rm ~/.zimrc
|
|
ln -s ~/.config/zsh/zimrc ~/.zimrc
|
|
fi
|