systemSetup

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

commit ef98930dbd5bdf928403486d804111b52d64fd26
parent 715197795c2917012fe205104133ce59535a62d3
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 11 Feb 2019 14:41:54 -0500

use vop executable instead to handle stdin

debian/updateHomeNoGui.sh | 1 +
dotfiles/.bash_aliases    | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mdebian/updateHomeNoGui.sh | 1+
Mdotfiles/.bash_aliases | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/updateHomeNoGui.sh b/debian/updateHomeNoGui.sh @@ -18,6 +18,7 @@ cp ../dotfiles/ref.sh ~/bin/ cp ../dotfiles/gle.sh ~/bin/ cp ../dotfiles/gdf.sh ~/bin/ cp ../dotfiles/vop.c ~/bin/ +sheepy -c ~/bin/vop.c mkdir ~/.gnupg cp ../dotfiles/gpg-agent.conf ~/.gnupg/ mkdir ~/.ssh diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -27,7 +27,6 @@ alias noc="sed 's/\x1b\[[0-9;]*[a-zA-Z]//g'" alias td='tree -d' alias d='gdb -tui' alias da='gdb -tui --args' -alias vop='vop.c' # Display colors in less : alias less="less -R"