Update .scripts/install_base.sh
This commit is contained in:
parent
c3395127ae
commit
46bfb8ebc6
|
@ -22,6 +22,9 @@ paru --needed --noconfirm -Syu paru-bin ttf-cascadia-code
|
|||
|
||||
# Chezmoi apply dotfiles
|
||||
chezmoi init --apply https://inex.dev/v/dotfiles.git
|
||||
cd .local/share/chezmoi/
|
||||
git remote set-url origin git@inex.dev:v/dotfiles.git
|
||||
cd $HOME
|
||||
|
||||
if [ -f "$HOME/.ssh/id_ed25519.pub" ]; then
|
||||
echo "id_ed25519.pub exist"
|
||||
|
|
Loading…
Reference in a new issue