mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
add bootstrap.sh
This commit is contained in:
parent
f76c3ff903
commit
05d09d2738
2 changed files with 12 additions and 1 deletions
11
bootstrap.sh
Normal file
11
bootstrap.sh
Normal 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
2
rcrc
|
|
@ -1,2 +1,2 @@
|
|||
EXCLUDES="README.md screen.png .gitmodules"
|
||||
EXCLUDES="README.md screen.png .gitmodules bootstrap.sh"
|
||||
UNDOTTED="bin vscode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue