Skip to content

Instantly share code, notes, and snippets.

View ilhamprabaswara's full-sized avatar
🏠
Working from home

Ilham ilhamprabaswara

🏠
Working from home
View GitHub Profile
@ilhamprabaswara
ilhamprabaswara / .wezterm.lua
Last active May 2, 2025 01:31
.wezterm.lua
-- Pull in the wezterm API
local wezterm = require 'wezterm'
-- This will hold the configuration.
local config = wezterm.config_builder()
-- This is where you actually apply your config choices
-- For example, changing the color scheme:
config.color_scheme = 'Tokyo Night'