diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-26 10:48:02 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-26 10:48:02 -0400 |
| commit | 06fd4a903b11d06c66c51207883b0b8f1d4f2fb7 (patch) | |
| tree | 1d20efad6386edf655b4afaa3d98cdc2ef451092 /readme.md | |
| parent | 03976ecac8e5b062936f692f45768da512d89421 (diff) | |
| download | dotfiles-06fd4a903b11d06c66c51207883b0b8f1d4f2fb7.tar.gz dotfiles-06fd4a903b11d06c66c51207883b0b8f1d4f2fb7.tar.xz | |
Add muslbuild, a small set of shell scripts to statically build a few things against musl libc
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 <github_username>` Creates the `~/.ssh/authorized_keys` file with the SSH keys for a given github username * Conf<br /><br /> All of the pieces above don't actually do anything automatically, they just |
