Skip to content

Instantly share code, notes, and snippets.

View darianmorat's full-sized avatar

Darian Toledo darianmorat

View GitHub Profile
@darianmorat
darianmorat / main.ahk
Last active September 17, 2024 19:53
AutoHotKey v1
#Requires AutoHotkey v1.1.33+
#SingleInstance Force ; The script will Reload if launched while already running
#NoEnv ; Recommended for performance and compatibility with future AHK releases
#KeyHistory 0 ; Ensures user privacy when debugging is not needed
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory
SendMode Input ; For new scripts due to its superior speed and reliability
; ====================
; ==== KEYBD MAIN ====
@darianmorat
darianmorat / config.yaml
Last active September 17, 2024 20:07
GlazeWM v2.1.1
general:
focus_follows_cursor: false
cursor_follows_focus: false
toggle_workspace_on_refocus: false
show_floating_on_top: false
floating_window_move_amount: '2%'
center_new_floating_windows: true
window_animations: 'false'
gaps:
@darianmorat
darianmorat / 1 - settings.json
Last active September 20, 2024 05:54
Visual Studio Code v1.91.1
{
// VIM CONFIGURATION
"vim.useSystemClipboard": true,
"vim.leader": " ",
"vim.cursorStylePerMode.insert": "block",
"vim.searchMatchTextColor": "white",
"vim.foldfix": false,
"extensions.experimental.affinity": { "vscodevim.vim": 1 },
"vim.highlightedyank.enable": true,
@darianmorat
darianmorat / 1 - shell.zsh
Last active September 20, 2024 05:41
Terminal
# ============= #
# ZSH4 CONFIG
# ~/.zshrc
# ============= #
# Install:
# homebrew, fzf, ripgrep, bat, zoxide, eza, (lazygit)
# trash-cli, empty-trash-cli
# ============= #