From bdf60e79cc9b02996fa7edc541be1f78a669a22f Mon Sep 17 00:00:00 2001 From: Kaustubh Maske Patil <37668193+nikochiko@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:26:59 +0530 Subject: [PATCH] Fix markdown table syntax --- README.md | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 4de99af..45f0639 100644 --- a/README.md +++ b/README.md @@ -9,25 +9,9 @@ also hope that it comes in handy to another stranger. To that end, I shall maintain an Index *(edit: **attempt to**)* of the dotfiles in this repository and where that might fit on your own machine. -+----------------------------------------------------------------------------------------------------+ + | # | File | Notes | -+----------------------------------------------------------------------------------------------------+ -| 1 | [work.init.sh](./work.init.sh) | `~/.config/bin/work.init.sh` | -| | | tmux-initialization script for | -| | | my work needs. | -+----------------------------------------------------------------------------------------------------+ -| 2 | [AutoLaunch.scpt](./AutoLaunch.scpt) | `~/Library/Application Support/iTerm2/| -| | |Scripts/AutoLaunch.scpt` | -| | | applescript to auto-run the above tmux| -| | | init script when I launch `iTerm2`. | -|----------------------------------------------------------------------------------------------------| -| 3 | [sync-internal-dns.sh](./sync-internal-dns.sh) | `~/.config/bin/sync-internal-dns.sh` | -| | | I already use Tailscale + Syncthing, | -| | | but for streaming I absolutely need | -| | | a connection over my private network | -| | | (vs Tailscale's VPN). I've put this in| -| | | my `crontab` to run every minute on | -| | | all my devices. It adds a | -| | | `$hostname.internal` entry to | -| | | `/etc/hosts` for each machine. | -|----------------------------------------------------------------------------------------------------| +|----------|-------------------------------------------------|---------------------------------------| +| 1 | [work.init.sh](./work.init.sh) | `~/.config/bin/work.init.sh` tmux-initialization script for my work needs. | +| 2 | [AutoLaunch.scpt](./AutoLaunch.scpt) | `~/Library/Application Support/iTerm2/Scripts/AutoLaunch.scpt` applescript to auto-run the above tmux init script when I launch `iTerm2`. | +| 3 | [sync-internal-dns.sh](./sync-internal-dns.sh) | `~/.config/bin/sync-internal-dns.sh` I already use Tailscale + Syncthing, but for streaming I absolutely need a connection over my private network (vs Tailscale's VPN). I've put this in my `crontab` to run every minute on all my devices. It adds a `$hostname.internal` entry to `/etc/hosts` for each machine. |