From 2a688f1b83a14a614cdef64ae21e4fc6be6f529e Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Wed, 23 Nov 2022 10:38:55 +0100 Subject: [PATCH] ADD Readme file --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..186ab89 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Install Scripts for Linux +Small and quick install scripts for all kinds of things, mostly for Debian in Linux + + +# Run this Command line in the terminal, to get the install scripts. + +`sudo apt install -y git && cd ~ && git clone https://github.com/ITmail-dk/scripts-install` + + +## Sample code of an VS Code installation to get you started. +Open a terminal and go to the scripts-install folder and run... + +cd scripts-install + +./install-vscode-debian.sh