Compare commits

..

No commits in common. 'd02fa271fd6610d4c5938357ed67187cc31f9fd3' and '05a6cd3ef2d17cbd605a92d8ad1a912f8f3972a6' have entirely different histories.

@ -25,17 +25,10 @@ overlay use work
#{{- end }} #{{- end }}
$env.config = { $env.config = {
buffer_editor: #{{ if lookPath "nvim" -}} buffer_editor: null
nvim
#{{ else if lookPath "vim" -}}
vim
#{{ else -}}
null
#{{- end }}
color_config: (use themes.nu; $themes.dark) color_config: (use themes.nu; $themes.dark)
edit_mode: emacs edit_mode: emacs
#error_style: plain # or fancy error_style: fancy
float_precision: 2 float_precision: 2
footer_mode: 25 footer_mode: 25
recursion_limit: 50 recursion_limit: 50
@ -53,7 +46,7 @@ $env.config = {
} }
display_errors: { display_errors: {
exit_code: false exit_code: true
termination_signal: true termination_signal: true
} }

@ -6,7 +6,7 @@ set -euo pipefail
source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh"
APP=sqlc APP=sqlc
VERSION=${VERSION:-1.30.0} VERSION=${VERSION:-1.28.0}
DEST=${XDG_DATA_HOME}/apps/releases/${APP} DEST=${XDG_DATA_HOME}/apps/releases/${APP}
URL=https://downloads.sqlc.dev/sqlc_${VERSION}_$(get_os)_$(get_arch).tar.gz URL=https://downloads.sqlc.dev/sqlc_${VERSION}_$(get_os)_$(get_arch).tar.gz

Loading…
Cancel
Save