mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +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"
|
||||
|
||||
# Setup private dotfiles
|
||||
local private_rakefile="$ROOT_PATH/$PRIVATE_PATH/Rakefile"
|
||||
if [ -f "$private_rakefile" ]; then
|
||||
rake --rakefile="$private_rakefile" symlink
|
||||
if [ -f "$ROOT_PATH/$PRIVATE_PATH/install.sh" ]; then
|
||||
"$ROOT_PATH/$PRIVATE_PATH/install.sh" links
|
||||
fi
|
||||
|
||||
# Symlink each path
|
||||
|
||||
2
private
2
private
Submodule private updated: f2c2d3e55f...b1a1019040
Reference in New Issue
Block a user