diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,7 +10,7 @@ Things of interest: * basic configuration ( For if you don't want the custom status bar ) * [`keyCheck.sh`](keyCheck.sh) Automatically generate a 4096bit RSA SSH key or display the one you have * Snapshot scripts. Snapshots your entire OS see below for more details. - * A basic vim configuration ( also see [`vim-cfg.git`](https://git.riedstra.us/mitch/vim-cfg.git/about) ) + * 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 ## Snapshot Scripts @@ -38,14 +38,14 @@ Some useful features are: * Aliases * `ll`, `lt`, `g` for `grep`, `j` for `jobs`, `p` for `pwd`, etc. - * [Full list here](https://git.riedstra.us/mitch/dotfiles.git/tree/shell/aliases#n1) + * [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 `~/.mkshrc.local` or similar to add the `GOROOT` and `GOPATH` `bin`'s to your `PATH`. [Example and - code.](https://git.riedstra.us/mitch/dotfiles.git/tree/shell/utils#n1) + 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` ) * `set_pager` same thing, except for your pager. * `debugstarttls` Useful to debug starttls. @@ -70,7 +70,7 @@ Some useful features are: * Update<br /> This provides utilities that allow for easy updating of configuration files. The most useful ones are as follows - * `updatevimrc` Installs [my full vim configuration](https://git.riedstra.us/mitch/vim-cfg.git/about) + * `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. |
