index — dotfiles @ c37c8dc14f6f79d1a6552f90fe9b8b8d5fb0c8c6

my dotfiles

scripts/bluetooth.sh (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
#!/usr/bin/bash

sudo pacman -S bluez bluez-utils

modprobe btusb

systemctl enable bluetooth.service
systemctl start bluetooth.service