From 1d8ecbbd79b35ca412eea767f22e6ce3d561f12d Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 25 Dec 2019 15:15:15 -0500 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..54714cc --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +To install on a new host, run the new-host setup script: + +```sh +sudo apt install tmux htop git +bash <(wget -nv -O- 'https://raw.githubusercontent.com/programmablereya/common-configs/master/new-host.sh') +```