Compare commits

..

No commits in common. "fc9ae546dd51e80c416224b9e88e463f821640ca" and "71d5221a010ba8a92ce4ef703c3fafffe5bba694" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -33,7 +33,6 @@ casks = [
# Debain 12 (bookworm) neovim版本太舊 0.7lazy無法用故在shell腳本特殊處理 # Debain 12 (bookworm) neovim版本太舊 0.7lazy無法用故在shell腳本特殊處理
[packages.linux.debian] [packages.linux.debian]
apt = [ apt = [
'sudo',
'zsh', 'zsh',
'vim', 'vim',
'git', 'git',

View File

@ -24,7 +24,8 @@ Yuan dotfile 自用環境設定檔
目前已經測試過確定可用的環境組合與主要用途如下: 目前已經測試過確定可用的環境組合與主要用途如下:
* macOS 15 Sequoia -主要桌面電腦工作開發用 -2025/5/2 測試過 * macOS 15 Sequoia -主要桌面電腦工作開發用 -2025/5/2 測試過
* Manjaro Linux -主要桌面電腦工作開發用 -2025/5/2 測試過 * Manjaro Linux -主要桌面電腦工作開發用 -2025/5/2 測試過
* Debian (無GUI) -伺服器主機與Container執行環境用 -2025/5/2 測試過 * Debian -伺服器主機與Container執行環境用
* Debian 無Root模式
* Manjaro Linux (無GUI) - 2025/5/2 測試過 * Manjaro Linux (無GUI) - 2025/5/2 測試過
* Arch Linux (無GUI) -2025/5/2 測試過 * Arch Linux (無GUI) -2025/5/2 測試過
@ -37,11 +38,9 @@ Yuan dotfile 自用環境設定檔
#### 安裝主dotfiles包 #### 安裝主dotfiles包
<details> <details>
<summary>PS. 若是用Debian Slim 精簡版作業系統,要先安裝 curl</summary> <summary>PS. 若是用Debian Slim 精簡版作業系統,要先安裝 curl</summary>
``` ```
apt update && apt install curl -y apt update && apt install curl -y
``` ```
</details> </details>
安裝整包設定擋與執行相關腳本 安裝整包設定擋與執行相關腳本