Skip to content

Commit

Permalink
chore: add psqlrc file
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Elet <sebastien@elet.fr>
  • Loading branch information
SebastienElet committed Jan 12, 2024
1 parent 66a8fef commit 6fabbcd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .psqlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
\pset pager off
\pset null '(null)'
\x
\pset format wrapped
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ usage:
utils: \
alfred \
bartender \
cleanshot \
yabai
cleanshot
all: \
terminal \
work \
Expand Down Expand Up @@ -118,9 +117,11 @@ lazydocker: brew ${BREW_BIN}/lazydocker
${BREW_BIN}/lazydocker:
brew install jesseduffield/lazydocker/lazydocker

postgresql: brew ${BREW_BIN}/psql
postgresql: brew ${BREW_BIN}/psql ~/.psqlrc
${BREW_BIN}/psql:
brew install postgresql
~/.psqlrc:
ln -s ~/.dotfiles/.psqlrc $@

tableplus: brew ${APP_BIN}/TablePlus.app
${APP_BIN}/TablePlus.app:
Expand Down
10 changes: 10 additions & 0 deletions dict/user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ tableplus
psql
immo
DDMMYYY
broot
wezterm
tokei
tldr
mindnode
jetbrains
daisydisk
cleanshot
awscli
lazydocker

0 comments on commit 6fabbcd

Please sign in to comment.