Skip to content

Instantly share code, notes, and snippets.

@swills
Created August 11, 2016 15:44
Show Gist options
  • Save swills/041ca9cb648810d5627fa58df6079d5b to your computer and use it in GitHub Desktop.
Save swills/041ca9cb648810d5627fa58df6079d5b to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir -p /usr/local/etc/pkg/repos
cat < EOF > /usr/local/etc/pkg/repos/area51.conf
area51: {
url: "http://meatwad.mouf.net/rubick/poudriere/packages/head-amd64-area51/"
priority: 2
}
EOF
cat < EOF > /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
enabled: false
priority: 1
}
EOF
pkg install -y xorg kde5
cat < EOF > /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
enabled: true
priority: 1
}
EOF
cat < EOF > .xinitrc
#!/bin/sh
startkde
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment