converting to chezmoi

This commit is contained in:
Barak Michener 2024-05-18 18:18:40 -07:00
parent 9401989d52
commit b419ec8f9f
4 changed files with 0 additions and 31 deletions

View file

@ -1,11 +0,0 @@
#!/bin/bash
if [ -n "`which firefox`" ]; then
firefox
elif [ -n "`which iceweasel`" ]; then
iceweasel
elif [ -n "`which google-chrome`" ]; then
google-chrome
else
exit 1
fi

View file

@ -1,2 +0,0 @@
#!/bin/bash
docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan jupyter/datascience-notebook

View file

@ -1,15 +0,0 @@
#!/usr/bin/env bash
if [ -n "`which alacritty`" ]; then
alacritty $@
elif [ -n "`which terminator`" ]; then
terminator $@
elif [ -n "`which gnome-terminal`" ]; then
gnome-terminal $@
elif [ -n "`which xfce4-terminal`" ]; then
xfce4-terminal $@
elif [ -n "`which urxvt`" ]; then
urxvt $@
else
xterm $@
fi

View file

@ -1,3 +0,0 @@
#!/bin/bash
tunnelwrap -i "$HOME/.ssh/id_ed25519" -p 2222 8082:docdav.dav.svc.k8s.barakmich.com:80 barak@barakmich.com "$HOME/local/Zotero_linux-x86_64/zotero"