[meta] Add README.md "generator"
This commit is contained in:
parent
18fc4e1d3a
commit
5dba5b4a9c
2 changed files with 24 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -56,6 +56,9 @@ git-setup-remotes:
|
|||
git remote add dorhamm http://git.dorhamm.me/bascht/dotfiles-public.git || exit 0
|
||||
git remote add github git@github.com:bascht/dotfiles-public.git || exit 0
|
||||
|
||||
README.md:
|
||||
pandoc README.org -o README.md
|
||||
|
||||
push:
|
||||
git push srht
|
||||
git push space
|
||||
|
|
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
Baschts dotfiles
|
||||
================
|
||||
|
||||
Apart from my [Real Dotfiles](https://github.com/bascht/dotfiles), here
|
||||
is some other stuff.
|
||||
|
||||
Quick Screenshot
|
||||
----------------
|
||||
|
||||

|
||||
|
||||
Installation via Chezmoi
|
||||
------------------------
|
||||
|
||||
``` {.bash}
|
||||
curl -sfL https://git.io/chezmoi | sh
|
||||
mkdir -p ~/.local/share/
|
||||
git clone https://git.bascht.space/bascht/dotfiles.git ~/.local/share/chezmoi
|
||||
chmod 0700 ~/.local/share/cezmoi
|
||||
~/bin/chezmoi apply
|
||||
```
|
Loading…
Reference in a new issue