Created
October 11, 2011 18:57
-
-
Save vongrippen/1279041 to your computer and use it in GitHub Desktop.
My FreeBSD 9 Initial Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
portsnap fetch extract | |
cd /usr/ports/ports-mgmt/portmaster | |
make install clean | |
PORTMASTER="/usr/local/bin/portmaster --no-confirm --update-if-newer" | |
$PORTMASTER shells/bash shells/bash-completion shells/zsh editors/nano editors/vim lang/ruby19 ftp/curl misc/mc security/sudo sysutils/byobu devel/git devel/subversion textproc/libxml2 textproc/libxslt | |
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) | |
# KDE 4.7 (using the CFT) | |
svn co http://area51.pcbsd.org/trunk/area51 | |
sh area51/Tools/scripts/kdemerge -a /usr/ports | |
sh area51/Tools/scripts/kdemerge -m /usr/ports | |
$PORTMASTER x11/kde4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment