Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Feb 11, 2024
1 parent 8c7e38d commit 81cb723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v3
- name: Change directory
run: cd $GITHUB_WORKSPACE
- name: Update submodules
run: git submodule update --init --recursive
- name: Build ISO
id: build_iso
run: ./build-iso-docker.sh
Expand Down
6 changes: 2 additions & 4 deletions chimeraos/airootfs/root/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ export ZSH="$HOME/.oh-my-zsh"

rm -rf "$ZSH/custom/plugins"
rm -rf "$ZSH/custom/themes"
ln -sf "$HOME.oh-my-zsh-custom/plugins" "$ZSH/custom/plugins"
ln -sf "$HOME.oh-my-zsh-custom/themes" "$ZSH/custom/themes"
ln -sf "$HOME/.oh-my-zsh-custom/plugins" "$ZSH/custom/plugins"
ln -sf "$HOME/.oh-my-zsh-custom/themes" "$ZSH/custom/themes"

ZSH_THEME="ys"

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

source $ZSH/oh-my-zsh.sh

export LANG=zh_CN.UTF-8

./install.sh

0 comments on commit 81cb723

Please sign in to comment.