Skip to content

Instantly share code, notes, and snippets.

View dil-mnasir's full-sized avatar

Mohammed Nasir dil-mnasir

  • Bangalore
  • 15:05 (UTC +05:30)
View GitHub Profile
@dil-mnasir
dil-mnasir / config
Created October 17, 2025 19:30 — forked from adibhanna/config
Ghostty config
font-family = BerkeleyMono Nerd Font
#font-family = Iosevka Nerd Font
# font-family = SFMono Nerd Font
font-size = 20
theme = GruvboxDarkHard
shell-integration-features = no-cursor,sudo,no-title
cursor-style = block
adjust-cell-height = 35%
# background-opacity = 0.96
@dil-mnasir
dil-mnasir / install-zsh-windows-git-bash.md
Created May 21, 2024 05:45 — forked from glenkusuma/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash
@dil-mnasir
dil-mnasir / install-zsh-windows-git-bash.md
Created May 21, 2024 05:32 — forked from fworks/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash
@dil-mnasir
dil-mnasir / tmux.conf
Created November 10, 2023 09:11
tmux conf
# set -g prefix C-a
# unbind C-b
# bind-key C-a send-prefix
set -g default-terminal "screen-256color"
unbind %
bind | split-window -h
unbind '"'
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH=/Users/mohnasir/.local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export NODE_OPTIONS=--max_old_space_size=8192
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
KEYTIMEOUT=1
# Set name of the theme to load --- if set to "random", it will
@dil-mnasir
dil-mnasir / settings.json
Created September 18, 2023 09:32 — forked from brotherkaif/settings.json
LazyVim keymappings for VSCode
{
"vim.showMarksInGutter": false,
"vim.foldfix": true,
"vim.surround": true,
"vim.easymotion": true,
"vim.easymotionKeys": "asdghklqwertyuiopzxcvbnmfj",
"vim.leader": "<space>",
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [":", "w", "<CR>"],