systemSetup

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

commit 1075786f38f25e533488aa1d0d821eb4b359c02a
parent b5c6234eb75bd6796b4512f74b4536c6e714c571
Author: Remy Noulin <loader2x@gmail.com>
Date:   Tue,  3 May 2022 09:53:20 +0200

create home tmp directory in debian setup

debian/updateHomeNoGui.sh | 1 +
1 file changed, 1 insertion(+)

Diffstat:
Mdebian/updateHomeNoGui.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/debian/updateHomeNoGui.sh b/debian/updateHomeNoGui.sh @@ -1,3 +1,4 @@ +mkdir ~/tmp/ cp ../dotfiles/.bash_aliases ~/ cp ../dotfiles/.bashrc ~/ cp ../dotfiles/.gdbinit ~/