fix ueberzugpp in macOS
This commit is contained in:
parent
cc84f36991
commit
58d51e4899
@ -16,6 +16,7 @@ brews = [
|
||||
'go',
|
||||
'nodejs',
|
||||
'java',
|
||||
'jstkdng/programs/ueberzugpp',
|
||||
]
|
||||
|
||||
casks = [
|
||||
|
@ -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
|
||||
|
@ -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.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user