Skip to content

Instantly share code, notes, and snippets.

View rashedInt32's full-sized avatar

Rashed Parvez rashedInt32

View GitHub Profile
@rashedInt32
rashedInt32 / InactivityCartReminder.js
Last active March 18, 2025 12:41
Inactivity Cart Reminder
/**
* Need to ensure its desktop and chrome browser only
* Crate CONFIG object that holds the constant value
* Create timer function that trigger show modal function
* after 30 seconds of inactivity
*
* add Event listener for mousemove, click and keypress
* * Show modal function should check if the cart empty or not
* * if empty, do nothing. It item present trigger modal with last item
* create show modal function to render html
@rashedInt32
rashedInt32 / powerline_custom.lua
Last active October 21, 2025 06:56
Powerline custom lualine
-- stylua: ignore
local Colors = {
white = '#ffffff',
darkestgreen = '#005f00',
brightgreen = '#A8FBD3',
darkestcyan = '#005f5f',
mediumcyan = '#87dfff',
darkestblue = '#005f87',
darkred = '#870000',
brightred = '#df0000',
@rashedInt32
rashedInt32 / tmux.conf
Created January 21, 2026 11:39
tmux config
##### Terminal Capabilities #####
# Use 256-color with fallback-safe truecolor support
set-option -g focus-events on
set -g default-terminal "tmux-256color"
set -as terminal-overrides ",xterm-256color:Tc"
#set-option -g default-command "zsh -c 'source ~/.zshrc; zsh -i'"
# Enable status bar by default
set -g status on