Remove dash, use devdocs.io from now on

main
Steffen Rademacker 2 years ago
parent ab18632f82
commit 9ef71594c3

@ -107,10 +107,9 @@ hotkey.bind(hyper, 'q', function() layout.apply(layoutSingle) end)
hotkey.bind(hyper, 'w', function() layout.apply(layoutDouble) end) hotkey.bind(hyper, 'w', function() layout.apply(layoutDouble) end)
-- Direct app navigation -- Direct app navigation
-- hotkey D is set in Dash itself
hotkey.bind(hyper, 'a', function() app.launchOrFocus('iTerm') end) hotkey.bind(hyper, 'a', function() app.launchOrFocus('iTerm') end)
hotkey.bind(hyper, 's', function() app.launchOrFocus('Firefox') end) hotkey.bind(hyper, 's', function() app.launchOrFocus('Firefox') end)
hotkey.bind(hyper, 'f', function() app.launchOrFocus('ForkLift') end) hotkey.bind(hyper, 'd', function() app.launchOrFocus('ForkLift') end)
hotkey.bind(hyper, 'g', function() launchApps() end) hotkey.bind(hyper, 'g', function() launchApps() end)
-- Moving windows around / navigating windows -- Moving windows around / navigating windows

@ -6,7 +6,6 @@ brew tap homebrew/cask-versions
brew install --cask 1password brew install --cask 1password
brew install --cask alfred brew install --cask alfred
brew install --cask carbon-copy-cloner brew install --cask carbon-copy-cloner
brew install --cask dash
brew install --cask firefox brew install --cask firefox
brew install --cask forklift brew install --cask forklift
brew install --cask google-chrome brew install --cask google-chrome

Loading…
Cancel
Save