From b419ec8f9f6b3536576116c885cd48e954f60bbf Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sat, 18 May 2024 18:18:40 -0700 Subject: [PATCH] converting to chezmoi --- bin/run_browser | 11 ----------- bin/run_jupyter.sh | 2 -- bin/run_terminal | 15 --------------- bin/run_zotero | 3 --- 4 files changed, 31 deletions(-) delete mode 100755 bin/run_browser delete mode 100755 bin/run_jupyter.sh delete mode 100755 bin/run_terminal delete mode 100755 bin/run_zotero diff --git a/bin/run_browser b/bin/run_browser deleted file mode 100755 index 15440ea..0000000 --- a/bin/run_browser +++ /dev/null @@ -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 diff --git a/bin/run_jupyter.sh b/bin/run_jupyter.sh deleted file mode 100755 index d2adca5..0000000 --- a/bin/run_jupyter.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan jupyter/datascience-notebook diff --git a/bin/run_terminal b/bin/run_terminal deleted file mode 100755 index 94570a1..0000000 --- a/bin/run_terminal +++ /dev/null @@ -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 diff --git a/bin/run_zotero b/bin/run_zotero deleted file mode 100755 index 55c0630..0000000 --- a/bin/run_zotero +++ /dev/null @@ -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"