From 8453bb64d330ba4bbb268e2593e95a86477eec1c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 23 Nov 2025 19:20:09 +0530 Subject: Dot File for niri Desktop --- kitty/kitty-themes/.tools/generate_conf.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 kitty/kitty-themes/.tools/generate_conf.sh (limited to 'kitty/kitty-themes/.tools/generate_conf.sh') diff --git a/kitty/kitty-themes/.tools/generate_conf.sh b/kitty/kitty-themes/.tools/generate_conf.sh deleted file mode 100755 index db498b9ac..000000000 --- a/kitty/kitty-themes/.tools/generate_conf.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -find ~/github/macos-terminal-themes/schemes/ -name "*.terminal" -print0 | while read -d $'\0' -r file; do - filename=`basename "$file"` - without_ext=${filename%.*} - removed_spaces=${without_ext// /_} - # output_filename=`echo ${removed_spaces} | tr '[:upper:]' '[:lower:]'` - echo ${removed_spaces}.conf - ./convert_conf.swift "$file" > ./themes/${removed_spaces}.conf -done -- cgit v1.2.3