Fix markdown table syntax

This commit is contained in:
Kaustubh Maske Patil 2024-11-25 13:26:59 +05:30 committed by GitHub
parent 898044619b
commit bdf60e79cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 I shall maintain an Index *(edit: **attempt to**)* of the dotfiles
in this repository and where that might fit on your own machine. in this repository and where that might fit on your own machine.
+----------------------------------------------------------------------------------------------------+
| # | File | Notes | | # | File | Notes |
+----------------------------------------------------------------------------------------------------+ |----------|-------------------------------------------------|---------------------------------------|
| 1 | [work.init.sh](./work.init.sh) | `~/.config/bin/work.init.sh` | | 1 | [work.init.sh](./work.init.sh) | `~/.config/bin/work.init.sh` tmux-initialization script for my work needs. |
| | | tmux-initialization script for | | 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`. |
| | | my work needs. | | 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. |
+----------------------------------------------------------------------------------------------------+
| 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. |
|----------------------------------------------------------------------------------------------------|