🥅 add basic error handling
This commit is contained in:
parent
8531f059df
commit
7846566755
5 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
# setup script for codespaces inspired by dcreager/dotfiles
|
||||
set -e
|
||||
|
||||
if [ -z "$USER" ]; then
|
||||
USER=$(id -un)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# fish version on ubuntu 22.04
|
||||
# FISH_VERSION=3.3.1+ds-3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
FZF_VERSION=0.40.0
|
||||
|
||||
# Install fzf
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
NVIM_VERSION=0.9.0
|
||||
|
||||
# Install neovim
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
TMUX_VERSION=3.3a
|
||||
|
||||
echo >&2 "====================================================================="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue