update zsh custom file
This commit is contained in:
parent
9fdb1ba055
commit
43b4ce4f2f
@ -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/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
|
update_authorized_keys
|
||||||
|
|
||||||
if [ $# -ne 0 ]; then
|
if [ $# -ne 0 ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user