From 38bab29776950ac2364ed64195b89887717c33de Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- sqlite/.sqliterc | 3 +++ sqlite/@install | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 sqlite/.sqliterc create mode 100755 sqlite/@install (limited to 'sqlite') diff --git a/sqlite/.sqliterc b/sqlite/.sqliterc new file mode 100644 index 0000000..d02d822 --- /dev/null +++ b/sqlite/.sqliterc @@ -0,0 +1,3 @@ +.headers on +.mode column +.nullvalue NULL diff --git a/sqlite/@install b/sqlite/@install new file mode 100755 index 0000000..a67eb22 --- /dev/null +++ b/sqlite/@install @@ -0,0 +1,7 @@ +#!/bin/sh + +stow \ + --target="${HOME}" \ + --ignore="^@.*" \ + --verbose \ + sqlite -- cgit 1.4.1