I hereby claim:
- I am cbabos on github.
- I am cbabos (https://keybase.io/cbabos) on keybase.
- I have a public key whose fingerprint is F3E3 A291 6212 5F76 42FB A68C 8B5D 34FE 3FD7 F1B5
To claim this, I am signing this object:
#!/bin/bash | |
git clone https://github.com/cbabos/dotfiles ~/dotfiles | |
cd dotfiles | |
./setup.sh |
I hereby claim:
To claim this, I am signing this object:
Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.
cp ~/.gnupg/pubring.gpg /path/to/backups/
cp ~/.gnupg/secring.gpg /path/to/backups/
cp ~/.gnupg/trustdb.gpg /path/to/backups/
# Right CMD && Super_R swap | |
xmodmap -e "keycode 134 = ISO_Level3_Shift" | |
xmodmap -e "keycode 108 = Super_R" | |
# Whatever DM you want to use... |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<!-- js, css includes --> | |
<style> | |
html, body { | |
height: 100%; |
###Useful OS X commands ####(initially by iharosi's Useful OS X commands)
App Store Debug menu
Show
defaults write com.apple.appstore ShowDebugMenu -bool true