From 2acbf13a464d672119dcea8ca095f8de41285ab3 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 6 Feb 2021 11:53:55 -0500 Subject: [PATCH] add sqliterc --- setup.sh | 6 +++--- sqliterc | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 sqliterc diff --git a/setup.sh b/setup.sh index 8e282af..92fc7f5 100755 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ ########## Variables dir=~/dotfiles # dotfiles directory olddir=~/dotfiles_old # old dotfiles backup directory -files="emacs.d gitconfig gitignore_global psqlrc zshrc.d zshrc" # list of files/folders to symlink in homedir +files="emacs.d gitconfig gitignore_global psqlrc sqliterc zshrc.d zshrc" # list of files/folders to symlink in homedir config_dir="~/.config/" config_files="starship.toml" # list of files for ~/config/ ########## @@ -29,9 +29,9 @@ for file in $files; do then echo "Moving $file to $olddir/$file" mv ~/.$file $olddir - echo "Creating symlink to $file in home directory." - ln -s $dir/$file ~/.$file fi + echo "Creating symlink to $file in home directory." + ln -s $dir/$file ~/.$file done # put starship.toml in place diff --git a/sqliterc b/sqliterc new file mode 100644 index 0000000..1b46ea8 --- /dev/null +++ b/sqliterc @@ -0,0 +1,2 @@ +.headers on +.mode column