Skip to content

Commit

Permalink
add .oh-my-zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Feb 11, 2024
1 parent 14e2e84 commit a8c906a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chimeraos/airootfs/etc/ssh/sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ AuthorizedKeysFile .ssh/authorized_keys
#IgnoreRhosts yes

# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
PasswordAuthentication yes
#PermitEmptyPasswords no

# Change to no to disable s/key passwords
Expand Down
9 changes: 9 additions & 0 deletions chimeraos/airootfs/root/.zshrc
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="ys"

plugins=(git sudo z fast-syntax-highlighting)

source $ZSH/oh-my-zsh.sh

export LANG=zh_CN.UTF-8

./install.sh
2 changes: 1 addition & 1 deletion chimeraos/airootfs/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ done
MOUNT_PATH=/tmp/frzr_root

if ! frzr-bootstrap gamer; then
whiptail --msgbox "系统引导步骤失败\n输入 ./install.sh 可以重新开始" 10 50
whiptail --msgbox "系统引导步骤失败\n输入 ~/install.sh 可以重新开始" 10 50
exit 1
fi

Expand Down

0 comments on commit a8c906a

Please sign in to comment.