fix ueberzugpp in macOS

This commit is contained in:
Yuan Chiu 2025-05-02 12:13:32 +08:00
parent cc84f36991
commit 58d51e4899
3 changed files with 11 additions and 12 deletions

View File

@ -16,6 +16,7 @@ brews = [
'go',
'nodejs',
'java',
'jstkdng/programs/ueberzugpp',
]
casks = [

View File

@ -50,6 +50,15 @@ chezmoi apply
```
</details>
#### macOS可能會遇到的狀況
##### 若無法安裝 jstkdng/programs/ueberzugpp
<https://github.com/jstkdng/homebrew-programs/issues/2>
```
$ sudo rm -rf /Library/Developer/CommandLineTools
$ xcode-select --install
```
#### 若需要刪掉重來
```
rm -rf ~/.local/share/chezmoi

View File

@ -20,18 +20,7 @@ return {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
-- "3rd/image.nvim",
-- {"3rd/image.nvim",
-- build = false,
-- opts = {
-- processor = "magick_cli",
-- },
-- config = function()
-- require("image").setup({
-- backend = "ueberzug",
-- })
-- end,
-- }, -- Optional image support in preview window: See `# Preview Mode` for more information
-- "3rd/image.nvim", -- 先註解,因為已經由 nvim/lua/plugins/components/image.lua 處理了
{
"s1n7ax/nvim-window-picker", -- for open_with_window_picker keymaps
version = "2.*",