removing old references

This commit is contained in:
Andrew Davidson 2023-01-14 13:23:37 -08:00
parent 46aabba749
commit b71302eb91

View file

@ -4,10 +4,8 @@ These are generic dotfiles intended for use across any platform.
## Supported Configurations ## Supported Configurations
* bash * bash
* conky
* emacs * emacs
* git * git
* i3
* mutt * mutt
* offlineimap * offlineimap
* khard * khard
@ -20,7 +18,7 @@ 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 git@git.sr.ht:~amdavidson/dotfiles $HOME/.dotfiles $ git clone https://pretend.work/amd/dotfiles.git $HOME/.dotfiles
$ cd $HOME/.dotfiles $ cd $HOME/.dotfiles
$ stow {scripts,bash,git,tmux,vim} $ stow {scripts,bash,git,tmux,vim}
``` ```