Update bootstrap
This commit is contained in:
parent
efc78d8c82
commit
eef68b4fe9
5 changed files with 59 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
if command -v nvm >/dev/null 2>&1; then
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||
else
|
||||
exit 0
|
||||
else
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||
fi
|
||||
|
|
2
.config/yadm/bootstrap.d/10-xorg
Executable file
2
.config/yadm/bootstrap.d/10-xorg
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo cp $HOME/.config/yadm/files/40-libinput.conf /usr/share/X11/xorg.conf.d/
|
|
@ -1 +0,0 @@
|
|||
#!/bin/bash
|
Loading…
Add table
Add a link
Reference in a new issue