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 29, 2024 05:25
AutoHotKey
#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 / 1 - glaze.yaml
Last active October 2, 2024 03:12
Window manager
# GlazeWM v3.3.0
general:
# Commands to run when the WM has started (e.g. to run a script or launch
# another application). Here we are running a batch script to start Zebar.
startup_commands: ['shell-exec zebar']
# Whether to automatically focus windows underneath the cursor.
focus_follows_cursor: false
@darianmorat
darianmorat / 1 - settings.jsonc
Last active November 4, 2024 21:05
Visual Studio Code v1.91.1
{
// ===================
// THEME CONFIGURATION
// ===================
// Light-themes
// ------------
// "vim.highlightedyank.color": "#2f2f2f25",
// "vim.highlightedyank.textColor": "#000000",
// "editor.fontWeight": "600",
@darianmorat
darianmorat / 1 - shell.zsh
Last active October 13, 2024 01:43
Full terminal + tools
# INSTALL:
# homebrew, nvim, zsh4, p10k, tmux, vifm, lazygit
# fzf, ripgrep, bat, zoxide, eza, trash-cli, empty-trash-cli
# =============== #
# ZSH4 CONFIG
# ~/.zshrc
# =============== #
zstyle ':z4h:' prompt-at-bottom 'yes'