From 06fd4a903b11d06c66c51207883b0b8f1d4f2fb7 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 26 Sep 2021 10:48:02 -0400 Subject: Add muslbuild, a small set of shell scripts to statically build a few things against musl libc --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 9456fba..d3d29bc 100644 --- a/readme.md +++ b/readme.md @@ -29,9 +29,9 @@ etc ) ## Shell Configuration -`mkshrc`, generated using `build.sh` inside of the `shell/` directory. +`kshrc`, generated using `build.sh` inside of the `shell/` directory. -Specifically targets mksh which has been my default shell for quite a long time +Specifically targets ksh which has been my default shell for quite a long time now. Though I do test it against `bash` and `ash` as well. Some useful features are: @@ -43,7 +43,7 @@ Some useful features are: * 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 `~/.mkshrc.local` or similar to add the + * `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) * Aggressively set the editor based off of a list in order of ascending preference. ( `set_editor` ) @@ -73,7 +73,7 @@ Some useful features are: * `updatevimrc` Installs [my full vim configuration](https://git.riedstra.dev/mitch/vim-cfg/about) * `updatevimrc_basic` Installs the `.vimrc` file which is a basic but useful vim configuration. * `updatetmuxconf` Pulls in the tmux configuration from this repository. - * `updateshell` Pulls the latest version of `mkshrc` from this repository. + * `updateshell` Pulls the latest version of `kshrc` from this repository. * `pullkeys_github ` Creates the `~/.ssh/authorized_keys` file with the SSH keys for a given github username * Conf

All of the pieces above don't actually do anything automatically, they just -- cgit v1.2.3