Skip to content

Instantly share code, notes, and snippets.

@RobRuana
RobRuana / BootcampAutoHotkey.ahk
Last active November 8, 2018 19:38
AutoHotkey bindings to make keyboard more like a Mac under Windows
#Warn
#NoEnv
#KeyHistory 0
ListLines Off
;SetKeyDelay, -1, -1
;SetMouseDelay, -1
;SetDefaultMouseSpeed, 0
SendMode Event
@RobRuana
RobRuana / .zshrc
Last active April 15, 2024 21:08
.zshrc
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
@RobRuana
RobRuana / Default.bttpreset
Last active April 21, 2024 18:37
Default.bttpreset
{
"BTTPresetCreatorNotes" : "",
"BTTPresetInfoURL" : "",
"BTTPresetName" : "Default",
"BTTPresetColor" : "24.926250, 73.605750, 146.625000, 255.000000",
"BTTGeneralSettings" : {
"BTTShowBTTWhenControlStripHidden" : true,
"BSTTopMissionControlTreshold" : 34,
"BTTNotchBarNotchWidgetModeShowMiniMenubar" : true,
"BTTDrawingAreaWidth" : 915,