dnf install i3
echo "exec i3" > ~/.xinitrc
| #!/bin/bash | |
| set -e | |
| set -x | |
| RUNC_GOPATH="$(mktemp -d)" | |
| CONTAINERD_GOPATH="$(mktemp -d)" | |
| PWD="$(pwd)" | |
| function cleanup() { | |
| rm -rf "${RUNC_GOPATH}" |
| <?php | |
| use Symfony\Component\HttpKernel\Event\FilterControllerEvent; | |
| use Symfony\Component\HttpKernel\HttpKernelInterface; | |
| use Symfony\Component\HttpKernel\Event\GetResponseEvent; | |
| use Symfony\Component\HttpKernel\KernelEvents; | |
| use Symfony\Component\EventDispatcher\EventSubscriberInterface; | |
| class AcceptHeaderKernelListener implements EventSubscriberInterface | |
| { |
| # First install tmux | |
| brew install tmux | |
| # For mouse support (for switching panes and windows) | |
| # Only needed if you are using Terminal.app (iTerm has mouse support) | |
| Install http://www.culater.net/software/SIMBL/SIMBL.php | |
| Then install https://bitheap.org/mouseterm/ | |
| # More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/ |