Skip to content

Instantly share code, notes, and snippets.

View nafiz1001's full-sized avatar
:shipit:

Nafiz Islam nafiz1001

:shipit:
  • Montreal, Quebec (Canada)
View GitHub Profile
Name: android-udev-rules
Version: 20250525
Release: 1%{?dist}
Summary: These rules refer to Run Apps on a Hardware Device - Android Studio and include many suggestions from the Archlinux and Github Communities.
License: GPL-3.0-only
URL: https://github.com/M0Rf30/%{name}
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildRequires: systemd
import sys
import os
from pathlib import Path
os.chdir(sys.argv[1])
entries: list[Path] = []
for root, dirs, files in os.walk("./"):
for f in files:
@nafiz1001
nafiz1001 / cuis.desktop
Last active July 1, 2024 19:55
Smalltalk
[Desktop Entry]
# The type as listed above
Type=Application
# The version of the desktop entry specification to which this file complies
Version=1.0
# The name of the application
Name=Cuis Smalltalk
@nafiz1001
nafiz1001 / .gitignore
Last active November 16, 2022 22:55
i3
config.bak
@nafiz1001
nafiz1001 / .tmux.conf
Last active April 26, 2022 11:53 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
unbind-key -a
unbind C-b
set-option -g prefix C-b
bind-key C-b send-prefix
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
@nafiz1001
nafiz1001 / bspwmrc
Last active July 20, 2021 22:14
bspwm
#! /bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
bspc monitor -d I II III IV V VI VII VIII IX X
bspc config border_width 1
bspc config focused_border_color '#FF0000'
bspc config window_gap 2
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "newTab"
},
"keys": "alt+c"