converting to chezmoi
This commit is contained in:
parent
9401989d52
commit
b419ec8f9f
4 changed files with 0 additions and 31 deletions
|
|
@ -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
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan jupyter/datascience-notebook
|
||||
|
|
@ -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
|
||||
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue