dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 73128af41f922144301130bccc4b3593dc96d833
parent 78660d76f74fa9089ffa58a8fba1c0c6129bb482
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu,  6 May 2021 11:48:55 +0200

Add speedread tool

Diffstat:
M.gitmodules | 3+++
Atools/speedread | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -71,3 +71,6 @@ [submodule "tools/translate-shell"] path = tools/translate-shell url = https://github.com/soimort/translate-shell +[submodule "tools/speedread"] + path = tools/speedread + url = https://github.com/pasky/speedread.git diff --git a/tools/speedread b/tools/speedread @@ -0,0 +1 @@ +Subproject commit 375214f3dcff0082770f26b3e503ac299a41c6d4