systemSetup

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

commit 0651d48f2d1704016fd5d402f8620d48a83122ce
parent 740d87ea44d449ae4a790260fef3a8dc2b3fec6f
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sun,  5 May 2019 08:16:50 +0200

add ug alias for sheepy user guide

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

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

diff --git a/debian/updateHomeNoGui.sh b/debian/updateHomeNoGui.sh @@ -15,6 +15,7 @@ cp ../dotfiles/mk.sh ~/bin/ cp ../dotfiles/updateXapianIndex.sh ~/bin/ cp ../dotfiles/xapianOmegaSearch.sh ~/bin/ cp ../dotfiles/ref.sh ~/bin/ +cp ../dotfiles/ug.sh ~/bin/ cp ../dotfiles/gle.sh ~/bin/ cp ../dotfiles/gdf.sh ~/bin/ cp ../dotfiles/vop.c ~/bin/ diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -74,6 +74,7 @@ alias ,tt=', topbot top;, cr' # sheepy alias z='sheepy' alias ref='~/bin/ref.sh' +alias ug='~/bin/ug.sh' alias zh='z -h' alias zc='z -c' alias zl='z -l' diff --git a/dotfiles/ug.sh b/dotfiles/ug.sh @@ -0,0 +1,2 @@ +w3m http://www.spartatek.se/libsheepyUserGuide +#http://www.spartatek.se/libsheepyUserGuide