From 5e24a17123ab0db1040bb2ac6d53b8de56bb9b8c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 31 Jul 2026 08:02:07 +0200 Subject: bootstrap/neovim.sh: Installiere xclip unter FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Für MacOS ist bereits `pbcopy` als Systemtool installiert. Daher ist hier kein Installationsschritt notwendig. --- bootstrap/neovim.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh index 14097cc..158de80 100755 --- a/bootstrap/neovim.sh +++ b/bootstrap/neovim.sh @@ -108,11 +108,14 @@ install_tools() { case "$OS" in Darwin) + # Ein Clipboard-Tool ist als `pbcopy` bereits als Systemtool unter Macos + # vorinstalliert. install_pkg gmake make install_pkg fd fd install_pkg tree-sitter tree-sitter ;; FreeBSD) + install_pkg xclip xclip install_pkg gmake gmake install_pkg fd fd-find install_pkg tree-sitter tree-sitter-cli -- cgit v1.3