Skip to content

Commit ae64a2f

Browse files
committed
Issue #210: A couple more tweaks for my full mac setup.
1 parent caa4b99 commit ae64a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

full-mac-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following tasks have to wait for the initial Dropbox sync to complete before
6565
# ZSH Aliases.
6666
ln -s /Users/jgeerling/Dropbox/Apps/Config/.aliases /Users/jgeerling/.aliases
6767
68-
# Electrum BTC Wallet.
68+
# Electrum BTC Wallet (open Electrum first).
6969
ln -s /Users/jgeerling/Dropbox/Apps/Electrum/default_wallet /Users/jgeerling/.electrum/wallets/default_wallet
7070
7171
# SSH setup.
@@ -99,7 +99,7 @@ mkdir -p ~/.vim/bundle
9999
cd ~/.vim/autoload
100100
curl https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim > pathogen.vim
101101
cd ~/.vim/bundle
102-
git clone git://github.com/scrooloose/nerdtree.git
102+
git clone https://github.com/preservim/nerdtree.git
103103
```
104104

105105
## When formatting old Mac

0 commit comments

Comments
 (0)