Update .scripts/install_base.sh
This commit is contained in:
parent
12b09a679b
commit
ddffab0e50
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue