This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd"> | |
<keyboard group="0" id="5000" name="US Plain" maxout="1"> | |
<layouts> | |
<layout first="0" last="0" modifiers="48" mapSet="312" /> | |
</layouts> | |
<modifierMap id="48" defaultIndex="0"> | |
<keyMapSelect mapIndex="0"> | |
<modifier keys="" /> | |
</keyMapSelect> |
This file contains 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
# General pattern | |
# | |
# awk ' | |
# BEGIN { a1; a2; a3; } | |
# <pattern> { a1; a2; a3; } | |
# END { a4; a6; } | |
# ' <filename> | |
# space - default file separator | |
# $0 - entire line |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS | |
AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGjCwwTVSRudWxs0w0ODxARElVO | |
U1JHQlxOU0NvbG9yU3BhY2VWJGNsYXNzTxAnMC4xNzY0NzA1ODgyIDAuMTk2MDc4NDMx | |
NCAwLjI1NDkwMTk2MDgAEAGAAtIUFRYXWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xv |
This file contains 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
# Originally adapted from https://github.com/arcticicestudio/igloo | |
# License: MIT | |
# References: | |
# https://taskwarrior.org/docs/themes.html | |
# task-color(5) | |
# taskrc(5) | |
# rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda. |
This file contains 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
{ | |
"Hugo Image for Henry": { | |
"prefix": ["img", "h-img"], | |
"body": [ | |
"{{< img src=\"/images/content/${1:xxx.png}\"", | |
" ${3:class=${2|\"full-bleed\",\"callout\"|}}", | |
" ${5:align=${4|\"center\",\"left\",\"right\"|}}", | |
" ${7:alt=\"${6:show txt if img missing}\"} ", | |
" ${9:caption=\"${8:caption for image w/o link}\"} ", | |
" ${12:attrlink=\"${10:https://wiki/images}\"", |
This file contains 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
[buildPlans.kg] # <kg> is your plan name | |
family = "Iosevka KG Terminal" # Font menu family name | |
design = [ | |
"cv08", "cv11", "cv19", "cv43", "cv49", "cv55", "cv62", "cv92", | |
# `g`, `l`, `y`, `G`, `Q`, `*`, `$` and `%` | |
"no-ligation" | |
] # Customize styles | |
hintParams = ["-a", "sss"] # Optional custom parameters for ttfautohint | |
This file contains 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
;; File has moved over to https://github.com/kaushikgopal/dotfiles/blob/master/.karabiner.edn | |
;; Feel free to raise github issues in that repo, if you have questions/comments/edits |
This file contains 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
{ | |
"global" : { | |
"check_for_updates_on_startup" : true, | |
"show_in_menu_bar" : true, | |
"show_profile_name_in_menu_bar" : false | |
}, | |
"profiles" : [ { | |
"complex_modifications" : { | |
"parameters" : { | |
"basic.simultaneous_threshold_milliseconds" : 50, |
This file contains 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
/** | |
* Shared file between builds so that they can all use the same dependencies and | |
* maven repositories. | |
**/ | |
ext.deps = [:] | |
def versions = [:] | |
versions.android_gradle_plugin = '3.3.2' | |
versions.min_sdk = 21 | |
versions.target_sdk = 28 |
This file contains 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
function morning | |
# homebrew | |
brew update | |
brew upgrade | |
brew outdated | |
brew cleanup | |
# sdkman | |
echo "Y" | sdk update |
NewerOlder