I hereby claim:
- I am hkervadec on github.
- I am hkervadec (https://keybase.io/hkervadec) on keybase.
- I have a public key ASCTIwo0DyfodRLg0dFWalkOgqleJ6gIrYxsU-GnvSDTuQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Install Arch Linux on encrypted partitions:
/boot: encrypted/boot/efi: un-encrypted/: encryptedRead everything carefully before attempt. Check the links to help you match your configuration.
I went for a rather 'vanilla' setting without using LVM, but some people might prefer it.
| #!/usr/bin/env bash | |
| for f in `find . -maxdepth 1 -type d`; do | |
| ( | |
| cd $f | |
| output="$(git cherry -v 2> /dev/null)" | |
| if [ -n "$output" ]; then | |
| echo $f | |
| echo $output | |
| echo |
| #!/bin/bash | |
| set -e | |
| sl -e | |
| $0 |
| #!/bin/bash | |
| tmux -2 new-session -d | |
| tmux split-window -h | |
| tmux split-window -v | |
| tmux select-pane -t 0 | |
| tmux resize-pane -R 30 | |
| tmux select-pane -t 1 |