From 43b4ce4f2f9bb0b4a31273a4881fb2b63951307b Mon Sep 17 00:00:00 2001 From: Konano Date: Thu, 30 Nov 2023 12:07:28 +0800 Subject: [PATCH] update zsh custom file --- init_user.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/init_user.sh b/init_user.sh index fbdaef1..b735aed 100755 --- a/init_user.sh +++ b/init_user.sh @@ -78,10 +78,13 @@ configure_nodejs() { # ============================================================ +update_file $scriptdir/files/zsh/.zsh_init ~/.zsh_init +update_file $scriptdir/files/zsh/10-theme.zsh ~/.oh-my-zsh/custom/10-theme.zsh +update_file $scriptdir/files/zsh/20-alias.zsh ~/.oh-my-zsh/custom/20-alias.zsh +update_file $scriptdir/files/zsh/50-function.zsh ~/.oh-my-zsh/custom/50-function.zsh +update_file $scriptdir/files/zsh/80-environment.zsh ~/.oh-my-zsh/custom/80-environment.zsh +update_file $scriptdir/files/zsh/90-other.zsh ~/.oh-my-zsh/custom/90-other.zsh update_file $scriptdir/files/zsh/ys-simple.zsh-theme ~/.oh-my-zsh/custom/themes/ys-simple.zsh-theme -update_file $scriptdir/files/zsh/.zsh_init ~/.zsh_init -update_file $scriptdir/files/zsh/.zsh_init ~/.zsh_init -# update_file $scriptdir/files/.user_utils ~/.user_utils update_authorized_keys if [ $# -ne 0 ]; then