index — dotfiles @ a3b983d90668a87ec07d4f7fb53122d9fe579e74

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