dotfiles/bootstrap.sh
Smirnov Oleksandr 05d09d2738 add bootstrap.sh
2022-07-12 00:22:12 +03:00

11 lines
183 B
Bash

# 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