Install git if needed for arch
This commit is contained in:
parent
40edd8d3c9
commit
2519a7424f
|
@ -19,11 +19,13 @@ add_unstable_channel() {
|
|||
}
|
||||
|
||||
clone_dotfiles() {
|
||||
if test $is_arch_linux -eq 1; then
|
||||
pacman -S --needed git
|
||||
fi
|
||||
echo "Setting up dotfiles for $USER..."
|
||||
mkdir --parents "$1"
|
||||
set +e
|
||||
git clone "https://git.lyte.dev/lytedev/dotfiles" "$1" &>/dev/null
|
||||
set -e
|
||||
rm -r "$1"
|
||||
git clone "https://git.lyte.dev/lytedev/dotfiles" "$1"
|
||||
}
|
||||
|
||||
symlink_nixos() {
|
||||
|
|
Reference in a new issue