mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Add configuration files for sqlite.
This commit is contained in:
@@ -58,6 +58,12 @@ then
|
||||
stow -t $HOME zsh
|
||||
fi
|
||||
|
||||
if commandAvailable "sqlite3"
|
||||
then
|
||||
echo "Installing configuration files for sqlite."
|
||||
stow -t $HOME sqlite
|
||||
fi
|
||||
|
||||
# Install all XDG compatible packages
|
||||
echo "Installing remaining packages"
|
||||
stow -t $HOME pacman git
|
||||
|
||||
3
sqlite/.sqliterc
Normal file
3
sqlite/.sqliterc
Normal file
@@ -0,0 +1,3 @@
|
||||
.mode column
|
||||
.header on
|
||||
.nullvalue NULL
|
||||
Reference in New Issue
Block a user