Skip to content

Instantly share code, notes, and snippets.

View K4R7IK's full-sized avatar
💭
🎵 Chilling <-> Working 🎯

Kartik Kushwaha K4R7IK

💭
🎵 Chilling <-> Working 🎯
View GitHub Profile
@K4R7IK
K4R7IK / .wezterm.lua
Created May 19, 2024 13:36
Wezterm Configuration
--Pull in the wezterm API
local wezterm = require("wezterm")
-- This table will hold the configurations
local config = {}
-- Calling config builder
if wezterm.config_builder then
config = wezterm.config_builder()
end
@K4R7IK
K4R7IK / starship.toml
Last active January 21, 2024 12:45
Startship prompt configuration.
# Left prompt
format = """
$directory\
${custom.git_host}\
$git_branch\
$git_commit\
$git_state\
$git_status\
${custom.lastcommit}\
$all\