From cb625043e203bd74b0d537feac8d5de9c7a9366e Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Wed, 23 Apr 2025 18:52:51 +0800 Subject: [PATCH] Update Readme: Fix Installer --- Readme.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 5acc234..b1c7f1c 100644 --- a/Readme.md +++ b/Readme.md @@ -3,18 +3,18 @@ Yuan dotfile 安裝 (個人用途) -------------------------------------------------------------------------------- -### Manjaro (Arch Linux) -#### 1. 放置自己的金鑰(若) +### Linux / macOS +#### 1. 放置自己的金鑰(若是其他人要用,請直接跳過) 將 `id_rsa` sshkey金鑰檔放到 `~/.ssh/id_rsa` #### 2. 安裝主dotfiles包 ``` -sudo pacman -S chezmoi #sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ssh://git@git.yuaner.tw:10022/yuan/dotfiles.git私人用 sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ssh://git@git.yuaner.tw:10022/yuan/dotfiles.git +vim +PlugInstall +qall ``` -#### 3. 安裝私人用的dotfiles包 +#### 3. 安裝私人用的dotfiles包(若是其他人要用,請直接跳過) ``` chezmoi init --source ~/.local/share/chezmoi-private --config ~/.config/chezmoi-private/chezmoi.toml ssh://git@git.yuaner.tw:10022/yuan/dotfiles-private.git --apply chezmoi apply @@ -26,6 +26,14 @@ rm -rf ~/.local/share/chezmoi rm -rf ~/.local/share/chezmoi-private ``` +可能會需要刪掉相關設定 +``` +rm ~/.ssh/known_hosts +rm -rf ~/.vimrc ~/.vim ~/.gvimrc +rm ~/.zshrc +rm -rf ~/.config/alacritty ~/.config/zellij +``` +
依照chezmoi官方教學 #### Quick start