dotfiles

configurations and scripts
git clone https://riazj.com/git/dotfiles
Log | Files | Refs | README | LICENSE

commit b4bab1fba63bde138e2b15a384e7b0cc27b4a6b4
parent 71c9f844e6456d1c07e0cd1ebd49bdb0260b4879
Author: Riaz <riaz@riazj.com>
Date:   Sat,  4 Oct 2025 22:53:07 -0700

Remove small files

Diffstat:
D.config/git/config | 8--------
D.config/lesskey | 3---
D.local/bin/quran | 3---
3 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/.config/git/config b/.config/git/config @@ -1,8 +0,0 @@ -[user] - email = riaz@riazj.com - name = Riaz -[init] - defaultBranch = master -[log] - decorate = no - date = human diff --git a/.config/lesskey b/.config/lesskey @@ -1,3 +0,0 @@ -#command -/ forw-search ^W -? back-search ^W diff --git a/.local/bin/quran b/.local/bin/quran @@ -1,3 +0,0 @@ -#!/bin/sh - -~/repos/quran/quran "$@" | fold -s | less