Skip to content

Instantly share code, notes, and snippets.

View Harry2166's full-sized avatar
๐Ÿ˜Š
Vibing

Harry Quijano Harry2166

๐Ÿ˜Š
Vibing
View GitHub Profile
@Harry2166
Harry2166 / alacritty.toml
Created May 17, 2026 04:39
Alacritty Configuration
[terminal.shell]
program = 'C:\Program Files\WSL\wsl.exe'
args = ["--cd ~"]
[font]
size = 13.5
normal = { family = "JetBrainsMonoNL Nerd Font Mono", style = "Medium" }
bold = { family = "JetBrainsMonoNL Nerd Font Mono", style = "Bold" }
italic = { family = "JetBrainsMonoNL Nerd Font Mono", style = "Italic" }
@Harry2166
Harry2166 / opencode.json
Created May 17, 2026 04:38
Opencode Configuration
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"edit": "ask",
"read": {
"*.env.example.*": "ask",
"*.env": "deny",
"*.env.*": "deny"
},
"bash": {
@Harry2166
Harry2166 / tmux.conf
Created May 17, 2026 04:35
Tmux Configuration
set -g prefix ^A
set -g mouse on
set -g @plugin 'cattpucin/tmux'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'omerxx/tmux-sessionx'