systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit c04d60894c9f04ca6f3da456aa03c39acc6d5e0e
parent c85fdfb876895af6d3d9d534c063cc16b77a2756
Author: Remy Noulin <loader2x@gmail.com>
Date:   Thu, 15 Aug 2024 10:24:57 +0200

add ,, to read easydoneit task directly

debian/updateHomeNoGui.sh | 1 +
dotfiles/,,.sh            | 1 +
dotfiles/.bash_aliases    | 1 +
3 files changed, 3 insertions(+)

Diffstat:
Mdebian/updateHomeNoGui.sh | 1+
Adotfiles/,,.sh | 1+
Mdotfiles/.bash_aliases | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/updateHomeNoGui.sh b/debian/updateHomeNoGui.sh @@ -25,6 +25,7 @@ cp ../dotfiles/pl.sh ~/bin/ cp ../dotfiles/c.sh ~/bin/ sheepy -c ~/bin/vop.c cp ../dotfiles/gop ~/bin/ +cp ../dotfiles/,,.sh ~/bin/ mkdir ~/.gnupg cp ../dotfiles/gpg-agent.conf ~/.gnupg/ mkdir ~/.ssh diff --git a/dotfiles/,,.sh b/dotfiles/,,.sh @@ -0,0 +1 @@ +edi cat $1|less diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -77,6 +77,7 @@ alias ,s=', search' alias ,bt=', topbot bottom;, cr' # Add task on top of list alias ,tt=', topbot top;, cr' +alias ,,=,,.sh # sheepy alias z='sheepy'