We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
~/.hammerspoon
I have my config files set up like this:
'ls' -l .hammerspoon lrwxr-xr-x@ 1 jasha staff 21 Oct 20 15:34 .hammerspoon -> stow/all/.hammerspoon
The ~/.hammerspoon file is a symlink pointing to a directory where I keep my spoons and init.lua.
init.lua
With this setup I'm getting an error message:
Can't find ~/.hammerspoon/init.lua; create it and reload your config.
The text was updated successfully, but these errors were encountered:
Rather than doing a sym-link, you're probably better off just changing the default path:
defaults write org.hammerspoon.Hammerspoon MJConfigFile "~/.config/hammerspoon/init.lua"
Sorry, something went wrong.
Related: #3103
How would I update the default path for the Spoons directory? I wanted to use my Spoons directory as a symlink too.
No branches or pull requests
I have my config files set up like this:
The
~/.hammerspoon
file is a symlink pointing to a directory where I keep my spoons andinit.lua
.With this setup I'm getting an error message:
The text was updated successfully, but these errors were encountered: