diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-29 22:05:54 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-29 22:07:14 -0400 |
| commit | 92e9738e4589a2d1e4b2d844b98dea2191150af4 (patch) | |
| tree | 909cdfbfee8201146821342908d54526e65dee00 | |
| parent | 5b25c5155312f626813e0d36b7933f5eba801dd2 (diff) | |
| download | dotfiles-92e9738e4589a2d1e4b2d844b98dea2191150af4.tar.gz dotfiles-92e9738e4589a2d1e4b2d844b98dea2191150af4.tar.xz | |
Patch up the readme
| -rw-r--r-- | readme.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |
