You have a nice keyboard. And using the mouse hinders your workflow.
sudo aptitude install xkbset
| #!/usr/bin/env bash | |
| # ============================================================ | |
| # setup-deploy-key.sh | |
| # | |
| # Generates a per-project SSH deploy key, wires it into ~/.ssh/config, | |
| # prints the public key, waits for you to add it on the provider, | |
| # then clones the repo into cwd using the aliased host so the new | |
| # key is used. | |
| # | |
| # Supports GitHub, GitLab, and Bitbucket (cloud). |
| #!/bin/sh | |
| ':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@" | |
| "use strict"; | |
| /* | |
| * Copies over the files from an installed yum package into a specified folder | |
| * along with the files of all its dependency packages | |
| * | |
| * Requirements: |