Stub out macOS/hammerspon stuff
This commit is contained in:
parent
a66f5b0f2b
commit
b4f0dc8181
1 changed files with 4 additions and 0 deletions
4
install
4
install
|
@ -25,6 +25,10 @@ fi
|
|||
|
||||
stow git screen vim zsh
|
||||
|
||||
if [[ `uname` == Darwin ]]; then
|
||||
stow macos
|
||||
fi
|
||||
|
||||
cd "$HOME" || exit
|
||||
rm -f "${HOME}/.zcompdump*"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue