From 05d09d27389eeffeb977ded4cfefd294cbae2eb9 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Tue, 12 Jul 2022 00:21:25 +0300 Subject: [PATCH] add bootstrap.sh --- bootstrap.sh | 11 +++++++++++ rcrc | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..f6ef540 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,11 @@ +# install rcm on arch by paru +if hash paru2>/dev/null; then + paru -S rcm +fi + +# install rcm on ubuntu +if hash apt2>/dev/null; then + sudo apt install -y rcm +fi + +rcup rcrc && rcup diff --git a/rcrc b/rcrc index 8c48cfe..1aeaa80 100644 --- a/rcrc +++ b/rcrc @@ -1,2 +1,2 @@ -EXCLUDES="README.md screen.png .gitmodules" +EXCLUDES="README.md screen.png .gitmodules bootstrap.sh" UNDOTTED="bin vscode"