]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - setup.sh
77346240fbeeb2e7cb185f062bf35853676cd54c
[config/dotfiles.git] / setup.sh
1 # Setup script for OS related configuration files.
2
3
4 . ../lib.sh
5
6 # Link setup.
7 if [ `os` = darwin ]; then
8     # Sets a custom PATH for GUI applications.
9     mkdir -p ~/.MacOSX
10     link darwin/environment.plist ~/.MacOSX/environment.plist
11 fi