2 files changed,
12 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-07-12 00:22:12 +0300
Parent:
f76c3ff
jump to
| A | bootstrap.sh |
| M | rcrc |
A
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
M
rcrc
@@ -1,2 +1,2 @@
-EXCLUDES="README.md screen.png .gitmodules" +EXCLUDES="README.md screen.png .gitmodules bootstrap.sh" UNDOTTED="bin vscode"