Default keyboard shortcuts for Ghostty terminal emulator. Platform-specific differences are noted where applicable.
Action | Windows/Linux | macOS |
---|---|---|
New window | Ctrl+Shift+N | Cmd+N |
Close window | Alt+F4 | Cmd+Shift+W |
alt+tab
and window previews, install https://formulae.brew.sh/cask/alt-tab. You may need to change in settings alt+tab
to Show windows from applications: All apps
.export HOMEBREW_CASK_OPTS=--no-quarantine
in ~/.zshrc
link. To upgrade packages without asking for root password many times https://github.com/rofrol/dotfiles/blob/master/bin/brew-update. To list brew packages https://github.com/rofrol/dotfiles/blob/master/bin/brew-packages.enter
to renaThe aim was to be able to:
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
require 'resolv' | |
require_relative 'puppet/mr_rogers' | |
# project settings | |
app_name = 'APPLICATION_NAME_HERE' | |
org_name = 'ORG_NAME_HERE' | |
realm_mode = false | |
puppet_stack = "#{org_name}-apache-php-#{app_name}" |
Last update: Fri Jul 26 08:23:20 UTC 2019 by @luckylittle