Skip to content

Commit

Permalink
fixes /etc/bluetooth/main.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Aug 12, 2024
1 parent e50f03d commit a3a8092
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,18 @@ symlink() {
ln -snf "$path_dotfiles/local/share/applications/"* "$HOME/.local/share/applications/"

sudo mkdir -p /etc/systemd/resolved.conf.d
# not sure why symlink don't work
# not sure why symlink doesn't work
sudo cp "$path_dotfiles/etc/systemd/resolved.conf.d/resolved.conf" /etc/systemd/resolved.conf.d
sudo ln -snf "$path_dotfiles/etc/systemd/logind.conf" /etc/systemd/

# not sure why symlink doesn't work
sudo mkdir -p /etc/bluetooth
sudo cp "$path_dotfiles/etc/bluetooth/main.conf" /etc/bluetooth

sudo ln -snf "$path_dotfiles/etc/bluetooth/"* /etc/bluetooth/
sudo ln -snf "$path_dotfiles/etc/X11/xorg.conf.d/"* /etc/X11/xorg.conf.d/
sudo ln -snf "$path_dotfiles/etc/NetworkManager/"* /etc/NetworkManager/
sudo ln -snf "$path_dotfiles/etc/pacman.d/"* /etc/pacman.d/
sudo ln -snf "$path_dotfiles/etc/bluetooth/"* /etc/bluetooth/
sudo ln -snf "$path_dotfiles/etc/makepkg.conf" /etc/makepkg.conf
sudo ln -snf "$path_dotfiles/etc/keyd/"* /etc/keyd/
}
Expand Down

0 comments on commit a3a8092

Please sign in to comment.