I hereby claim:
- I am kaushikgopal on github.
- I am kaushikgopal (https://keybase.io/kaushikgopal) on keybase.
- I have a public key ASDR8pa7M7GjmOJwED8ae0Cmr7Uyuk13EJDW0fs7kG8TlQo
To claim this, I am signing this object:
| <?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 |
| # 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. |
| { | |
| "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}\"", |
| [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 | |
| ;; 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 |
| { | |
| "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, |
| /** | |
| * 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 |
| function morning | |
| # homebrew | |
| brew update | |
| brew upgrade | |
| brew outdated | |
| brew cleanup | |
| # sdkman | |
| echo "Y" | sdk update |
I hereby claim:
To claim this, I am signing this object:
| // download Phoenix from here https://github.com/kasper/phoenix | |
| "use strict"; | |
| Phoenix.set({ | |
| openAtLogin: true | |
| }); | |
| // ------------------------------------------- | |
| // Utility methods |