🥅 add basic error handling

This commit is contained in:
DannyDannyDanny 2023-11-04 20:04:25 +01:00
parent 8531f059df
commit 7846566755
5 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#!/bin/sh
# setup script for codespaces inspired by dcreager/dotfiles
set -e
if [ -z "$USER" ]; then
USER=$(id -un)

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# fish version on ubuntu 22.04
# FISH_VERSION=3.3.1+ds-3

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -e
FZF_VERSION=0.40.0
# Install fzf

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
NVIM_VERSION=0.9.0
# Install neovim

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
TMUX_VERSION=3.3a
echo >&2 "====================================================================="