forked from colonelpanic/dotfiles
move bootstrapping to resources.
This commit is contained in:
5
resources/bootstrapping.sh
Normal file
5
resources/bootstrapping.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
readlink_command='readlink'
|
||||
command -v greadlink > /dev/null && readlink_command="greadlink"
|
||||
function dotfiles_abspath() {
|
||||
echo "$(${readlink_command} -f "$BASH_SOURCE" | xargs dirname)"
|
||||
}
|
Reference in New Issue
Block a user