6 lines
155 B
Bash
6 lines
155 B
Bash
#!/bin/bash
|
|
#shellcheck disable=SC2154
|
|
|
|
git clone --depth 1 https://git.maby.dev/ange/.dotfiles.git /tmp/dotfiles
|
|
/tmp/dotfiles/.config/suckless/update.sh
|