diff --git a/dot_scripts/executable_install_base.sh b/dot_scripts/executable_install_base.sh index 7b247e5..0737805 100755 --- a/dot_scripts/executable_install_base.sh +++ b/dot_scripts/executable_install_base.sh @@ -30,9 +30,9 @@ paru --needed --noconfirm -Syua paru-bin bashmount ulauncher ## Chezmoi # Get and apply dotfiles chezmoi init --apply https://inex.dev/v/dotfiles.git -cd .local/share/chezmoi/ +cd ~/.local/share/chezmoi/ git remote set-url origin git@inex.dev:v/dotfiles.git -cd $HOME +cd ~ ## SSH # Generate key if not exist @@ -50,8 +50,8 @@ sudo usermod -aG wheel,input,audio,video,lp v ## Apply Firefox policies, see https://github.com/mozilla/policy-templates/blob/master/README.md sudo mkdir -p /etc/firefox/policies -sudo cp $HOME/.scripts/firefox_policies.json /etc/firefox/policies/policies.json +sudo cp ~/.scripts/firefox_policies.json /etc/firefox/policies/policies.json ## Fix NTFS Mount, see https://wiki.archlinux.org/title/NTFS#udisks_support -sudo cp $HOME/.scripts/mount_options.conf /etc/udisks2/mount_options.conf +sudo cp ~/.scripts/mount_options.conf /etc/udisks2/mount_options.conf