As configured in my dotfiles.
start new:
tmux
start new with Unicode (to remove annoying empty space corruption while running zsh):
As configured in my dotfiles.
start new:
tmux
start new with Unicode (to remove annoying empty space corruption while running zsh):
| --- | |
| - name: Deploy new site release | |
| user: deployer | |
| hosts: all | |
| tasks: | |
| - name: Fetch repo updates | |
| git: > | |
| repo=git@github.com:my/repo.git |