Skip to content

Commit

Permalink
Symlink .zshrc
Browse files Browse the repository at this point in the history
Removes .zshrc from mackup and symlinks the .zshrc from .dotfiles instead.
  • Loading branch information
BK | Mobile Apps authored and driesvints committed May 17, 2018
1 parent b81e587 commit 69b1a0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .mackup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[storage]
engine = icloud
engine = icloud

[applications_to_ignore]
zsh
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ npm install --global yarn
# This is a default directory for macOS user accounts but doesn't comes pre-installed
mkdir $HOME/Sites

# Remove .zshrc from HOME (if existing) and symlink .zshrc from .dotfiles
rm -rf "$HOME/.zshrc"
ln -s "$HOME/.dotfiles/.zshrc" "$HOME/.zshrc"

# Symlink the Mackup config file to the home directory
ln -s ./.mackup.cfg $HOME/.mackup.cfg

Expand Down

0 comments on commit 69b1a0a

Please sign in to comment.