index — dotfiles @ 2dc33f72ec5ffacfc48ba301c3c2d5de8f2c6b89

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