Skip to content

Commit 1eab5e0

Browse files
author
Jigish Patel
committed
updates for airbnb
1 parent 9e71523 commit 1eab5e0

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

bootstrap.fzf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ SCRIPTDIR=$(cd `dirname $0` && pwd)
77

88
echo
99
echo "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

1212
cd $CURRDIR

bootstrap.generic.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
9496
fi

bootstrap.packages/osx.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
awscli
12
bash-completion
23
coreutils
34
ctags
45
curl
5-
delta
66
direnv
77
fd
88
fzf
99
fzy
1010
gh
1111
git
12+
git-delta
1213
gnu-sed
1314
gnupg
1415
go

gitconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,13 @@
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

0 commit comments

Comments
 (0)