dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My dotfiles and scripts for macOS+yabai and Arch+i3-gaps

Results 1 dotfiles issues
Sort by recently updated
recently updated
newest added

https://github.com/ecly/dotfiles/blob/54845ff900988dbcd5cf25c7cb597bbe776eef0d/.vim/lua/core/options.lua#L69C1-L88C3 instead of checking if you are running on wsl, you may check if win32yank.exe exists like this: ```lua vim.cmd [[ let windows = executable('win32yank.exe') if windows let g:clipboard =...