I’m trying to set up a symlink for neovim config that I store in a git repo. It works fine when running on Linux, but when I try on my macbook I get the following error: ln -sfn ~/dotfiles-and-utils/nvim ~/.config ln: /Users/<my username>/.config/nvim: Operation not permitted My guess from looking […]
Daily Archives: January 3, 2024
11 posts
I want to use Visual Studio Code to open an HTML file and select all the text blocks that have a specific tag, in order to copy only that text to a separate file. For example, let’s assume I want selected all the blocks of text that lie between <span […]