mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
update private submodule and changed install.sh to use private/install.sh instead of Rakefile
This commit is contained in:
@@ -21,9 +21,8 @@ install_symlinks () {
|
|||||||
symlink "$ROOT_PATH" "$TARGET/$DOTFILES_LINK"
|
symlink "$ROOT_PATH" "$TARGET/$DOTFILES_LINK"
|
||||||
|
|
||||||
# Setup private dotfiles
|
# Setup private dotfiles
|
||||||
local private_rakefile="$ROOT_PATH/$PRIVATE_PATH/Rakefile"
|
if [ -f "$ROOT_PATH/$PRIVATE_PATH/install.sh" ]; then
|
||||||
if [ -f "$private_rakefile" ]; then
|
"$ROOT_PATH/$PRIVATE_PATH/install.sh" links
|
||||||
rake --rakefile="$private_rakefile" symlink
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Symlink each path
|
# Symlink each path
|
||||||
|
|||||||
2
private
2
private
Submodule private updated: f2c2d3e55f...b1a1019040
Reference in New Issue
Block a user