This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UEFI Protocol Detected | |
-------------------------------------------------------------------------------- | |
String Packages | |
-------------------------------------------------------------------------------- | |
Offset: Language: | |
-------------------------------------------------------------------------------- | |
0x1F7EC en-US | |
0x2E72D fr-FR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -eux | |
git clone https://github.com/andsens/homeshick "${HOME}/.homesick/repos/homeshick" | |
homeshick_bin="${HOME}/.homesick/repos/homeshick/bin/homeshick" | |
homeshick="${homeshick_bin} --force --verbose" | |
yes | $homeshick clone ivan-c/dotfiles | |
# Clone castle that requires symlinks, even if disabled by user |
NewerOlder