mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-07-07 20:55:01 +00:00
change cd
This commit is contained in:
parent
45afa93ae1
commit
ae3f94cae8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git
|
|||
git clone https://aur.archlinux.org/yadm-git.git /tmp/yadm
|
||||
cd /tmp/yadm
|
||||
makepkg -si --noconfirm
|
||||
cd "$HOME"
|
||||
cd -
|
||||
rm -rf /tmp/yadm
|
||||
|
||||
yadm clone https://github.com/joshuadavidthomas/dotfiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue