File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ SCRIPTDIR=$(cd `dirname $0` && pwd)
77
88echo
99echo " running fzf install script"
10- $( brew --prefix) /opt/fzf/install
10+ $( brew --prefix) /opt/fzf/install --completion --key-bindings --no-update-rc --no-zsh --no-bash --no-fish
1111
1212cd $CURRDIR
Original file line number Diff line number Diff line change @@ -87,8 +87,10 @@ if [ "$1" = "airbnb" ]; then
8787 echo
8888 echo " bootstrapping airbnb"
8989 cd ~
90- [[ ! -d dotfiles-airbnb ]] && git clone TODO
91- cd dotfiles-airbnb
90+ mkdir -p code/airbnb
91+ cd code/airbnb
92+ [[ ! -d dotfiles ]] && git clone git@git.musta.ch:jigish-patel/dotfiles.git
93+ cd dotfiles
9294 git pull
9395 ./bootstrap.sh
9496fi
Original file line number Diff line number Diff line change 1+ awscli
12bash-completion
23coreutils
34ctags
45curl
5- delta
66direnv
77fd
88fzf
99fzy
1010gh
1111git
12+ git-delta
1213gnu-sed
1314gnupg
1415go
Original file line number Diff line number Diff line change 5757[gc]
5858 auto = 0
5959[push]
60- default = tracking
60+ default = current
6161[url "git@github.com:"]
6262 insteadOf = https://github.com/
6363[delta]
6464 features = arctic-fox
65+ [rerere]
66+ enabled = true
67+ [core]
68+ precomposeunicode = true
69+ excludesfile = /Users/jigish_patel/.gitignore_global
You can’t perform that action at this time.
0 commit comments