aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 832f1e0..ab17fa5 100644
--- a/readme.md
+++ b/readme.md
@@ -8,7 +8,9 @@ Things of interest:
* tmux configuration ( see more info below )
* tmux helper script ( For load average, uptime and memory in the status bar )
* basic configuration ( For if you don't want the custom status bar )
- * [`scripts/key-check.sh`](
+ * [`scripts/key-check.sh`](../tree/scripts/key-check.sh) Quick little script /
+ one liner to dump a SSH key to the terminal in red. Nice for people who are
+ new to SSH Keys
* Snapshot scripts. Snapshots your entire OS see below for more details.
* A basic vim configuration ( also see [`vim-cfg`](https://git.riedstra.dev/mitch/vim-cfg/about) )
* A handful of build scripts with my options for some open source projects such as Vim
@@ -17,11 +19,11 @@ Things of interest:
These alter the fstab in the snapshot so you can boot to it just by changing kernel boot parameters
-### [`scripts/snap-btrfs.sh`](`scripts/snap-btrfs.sh`)
+[`scripts/snap-btrfs.sh`](`../tree/scripts/snap-btrfs.sh`)
Automatically snapshot a btrfs root filesystem assuming you're using a
subvolume and the base FS is mounted in `/ROOT`
-[`scripts/snap-lvm.sh`](`scripts/snap-lvm.sh`)
+[`scripts/snap-lvm.sh`](`../tree/scripts/snap-lvm.sh`)
Same as above, except it doesn't keep RO snapshots around, and doesn't remove
old ones. Requires LVM but the underlying FS doesn't matter ( `ext4`, `xfs`,
@@ -50,14 +52,12 @@ Some useful features are:
* Aliases
* `ll`, `lt`, `g` for `grep`, `j` for `jobs`, `p` for `pwd`, etc.
- * [Full list here](https://git.riedstra.dev/mitch/dotfiles/tree/shell/aliases#n1)
* `ls -F` by default
* Aliases for `apt`, `yum`, `pacman`, etc to use `sudo` by default.
* Utilize `doas` as `sudo` if installed, for instance on OpenBSD.
* Utils
* `set_go` can be called in `~/.kshrc.local` or similar to add the
- `GOROOT` and `GOPATH` `bin`'s to your `PATH`. [Example and
- code.](https://git.riedstra.dev/mitch/dotfiles/tree/shell/utils#n1)
+ `GOROOT` and `GOPATH` `bin`'s to your `PATH`.
* Aggressively set the editor based off of a list in order of ascending preference. ( `set_editor` )
* `set_pager` same thing, except for your pager.
* `debugstarttls` Useful to debug starttls.