diff --git a/.chezmoidata/packages.toml b/.chezmoidata/packages.toml index 4b3d086..7041acd 100644 --- a/.chezmoidata/packages.toml +++ b/.chezmoidata/packages.toml @@ -16,6 +16,7 @@ brews = [ 'go', 'nodejs', 'java', + 'jstkdng/programs/ueberzugpp', ] casks = [ diff --git a/Readme.md b/Readme.md index f0194f9..da18f4c 100644 --- a/Readme.md +++ b/Readme.md @@ -50,6 +50,15 @@ chezmoi apply ``` +#### macOS可能會遇到的狀況 +##### 若無法安裝 jstkdng/programs/ueberzugpp + + +``` +$ sudo rm -rf /Library/Developer/CommandLineTools +$ xcode-select --install +``` + #### 若需要刪掉重來 ``` rm -rf ~/.local/share/chezmoi diff --git a/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua b/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua index 021239f..b4f296d 100644 --- a/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua +++ b/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua @@ -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.*",