index — dotfiles @ b5f27af0a9539eae22a3296f1a72a312125112f1

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