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') +```