doc Readme: Update

This commit is contained in:
Yuan Chiu 2025-05-04 22:28:07 +08:00
parent c1f54e11f8
commit bddc2acbc2
4 changed files with 15 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@ -32,9 +32,9 @@ Yuan dotfile 自用環境設定檔
若你是在以下環境,需要先做特殊處理 若你是在以下環境,需要先做特殊處理
* <details> * <details>
<summary>Debian Slim 精簡版作業系統,要先安裝 curl</summary> <summary>Debian Slim 精簡版作業系統,要先安裝 curl</summary>
apt update && apt install curl -y apt update && apt install curl -y
</details> </details>
* Synology 主機,需要使用特殊的安裝方式,[詳情請直接跳去看最後面](#Synology的安裝方式) * Synology 主機,需要使用特殊的安裝方式,[詳情請直接跳去看最後面](#Synology的安裝方式)
@ -91,7 +91,7 @@ chezmoi purge
``` ```
rm ~/.ssh/known_hosts rm ~/.ssh/known_hosts
rm -rf ~/.vimrc ~/.vim ~/.gvimrc rm -rf ~/.vimrc ~/.vim ~/.gvimrc
rm -rf ~/.config/nvim ~/.local/share/nvim rm -rf ~/.config/nvim ~/.local/share/nvim ~/.cache/nvim
rm ~/.zshrc rm ~/.zshrc
rm -rf ~/.config/alacritty ~/.config/zellij rm -rf ~/.config/alacritty ~/.config/zellij
``` ```
@ -177,6 +177,13 @@ hex2xterm "#FFFFFF"
zsh zsh
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
有精心整理出兩個我常用的樣式配置:日常工作電腦用、伺服器用
工作電腦用:
![](.readme/Screenshot_20250504_101604.png)
伺服器用:
![](.readme/Screenshot_20250504_101539.png)
### 有用到的套件 ### 有用到的套件
* colorls * colorls
@ -202,6 +209,11 @@ zinit self-update
zinit update zinit update
``` ```
bash
--------------------------------------------------------------------------------
雖然我會用到的機會比較少了幾乎都被zsh取代但是有部份我管理的伺服器主機不允許安裝zsh所以bash有時候還會用到就一起調整了
![](.readme/Screenshot_20250504_102535.png)
neovim neovim
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------