Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
storyxc committed Oct 11, 2023
1 parent e685524 commit 092d448
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config/sidebarConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ export const sidebar: DefaultTheme.Sidebar = {
text: "iterm2配合oh-my-zsh配置个性主题终端",
link: "/actions/tools/iterm2配合oh-my-zsh配置个性主题终端",
},
{ text: "powershell美化", link: "/actions/env/powershell美化" },
{ text: "哪吒探针页面美化", link: "/actions/env/哪吒探针页面美化" },
{
text: "iterm2配置ssh快速连接",
link: "/actions/tools/iterm2配置ssh快速连接",
Expand Down Expand Up @@ -469,8 +471,6 @@ export const sidebar: DefaultTheme.Sidebar = {
text: "macos开机自动执行脚本",
link: "/actions/env/macos开机自动执行脚本",
},
{ text: "powershell美化", link: "/actions/env/powershell美化" },
{ text: "哪吒探针页面美化", link: "/actions/env/哪吒探针页面美化" },
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,17 @@


### 修改.zshrc配置
`source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh`
`source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh`



## powerlevel10k主题

> https://github.com/romkatv/powerlevel10k
```shell
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

p10k configure
```
File renamed without changes.

0 comments on commit 092d448

Please sign in to comment.