updates for sr.ht

This commit is contained in:
Andrew Davidson 2022-12-07 20:03:43 -08:00
parent 0833108923
commit 9739de8b9c
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -20,9 +20,8 @@ These are generic dotfiles intended for use across any platform.
Following the best practices of the local platform install `git` and `stow`. Following the best practices of the local platform install `git` and `stow`.
``` ```
$ git clone ssh://git@gitlab.com/amdavidson/dotfiles.git $HOME/.dotfiles $ git clone git@git.sr.ht:~amdavidson/dotfiles $HOME/.dotfiles
$ cd $HOME/.dotfiles $ cd $HOME/.dotfiles
$ ./update.sh
$ stow {scripts,bash,git,tmux,vim} $ stow {scripts,bash,git,tmux,vim}
``` ```