add bootstrap.sh

This commit is contained in:
Smirnov Oleksandr 2022-07-12 00:21:25 +03:00
parent f76c3ff903
commit 05d09d2738
2 changed files with 12 additions and 1 deletions

11
bootstrap.sh Normal file
View file

@ -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

2
rcrc
View file

@ -1,2 +1,2 @@
EXCLUDES="README.md screen.png .gitmodules"
EXCLUDES="README.md screen.png .gitmodules bootstrap.sh"
UNDOTTED="bin vscode"