diff --git a/init_priv.sh b/init_priv.sh index 4cbe8a9..fc14bba 100755 --- a/init_priv.sh +++ b/init_priv.sh @@ -97,13 +97,13 @@ configure_zsh() { git_clone ohmyzsh/ohmyzsh ~/.oh-my-zsh RUNZSH=no ZSH=~/.oh-my-zsh $scriptdir/files/install-ohmyzsh.sh - git_clone zsh-users/zsh-autosuggestions ~/.oh-my-zsh/plugins/zsh-autosuggestions - git_clone zsh-users/zsh-syntax-highlighting ~/.oh-my-zsh/plugins/zsh-syntax-highlighting - git_clone paulirish/git-open ~/.oh-my-zsh/plugins/git-open --norecursive + git_clone zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions + git_clone zsh-users/zsh-syntax-highlighting ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting + git_clone paulirish/git-open ~/.oh-my-zsh/custom/plugins/git-open --norecursive sudo apt install autojump -y - cp $scriptdir/files/.zshrc ~/.zshrc - cp $scriptdir/files/ys-simple.zsh-theme ~/.oh-my-zsh/themes/ys-simple.zsh-theme + # cp $scriptdir/files/.zshrc ~/.zshrc + cp $scriptdir/files/ys-simple.zsh-theme ~/.oh-my-zsh/custom/themes/ys-simple.zsh-theme fi } diff --git a/init_user.sh b/init_user.sh index 1c5656c..045e52c 100755 --- a/init_user.sh +++ b/init_user.sh @@ -78,8 +78,8 @@ configure_nodejs() { # ============================================================ -update_file $scriptdir/files/ys-simple.zsh-theme ~/.oh-my-zsh/themes/ys-simple.zsh-theme -update_file $scriptdir/files/.user_utils ~/.user_utils +update_file $scriptdir/files/ys-simple.zsh-theme ~/.oh-my-zsh/custom/themes/ys-simple.zsh-theme +# update_file $scriptdir/files/.user_utils ~/.user_utils update_authorized_keys if [ $# -ne 0 ]; then