all repos

dotfiles @ 05d09d27389eeffeb977ded4cfefd294cbae2eb9

my dotfiles
2 files changed, 12 insertions(+), 1 deletions(-)
add bootstrap.sh
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-07-12 00:22:12 +0300
Parent: f76c3ff
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"