-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup
22 lines (16 loc) · 795 Bytes
/
setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Install Item2
# Install brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Git
brew install git
# Customize iterm2
– Solarized theme: http://ethanschoonover.com/solarized
– .bash_profile file: https://raw.githubusercontent.com/nicolashery/mac-dev-setup/master/.bash_profile
– .bash_prompt file: https://raw.githubusercontent.com/nicolashery/mac-dev-setup/master/.bash_prompt
– .aliases file: https://raw.githubusercontent.com/nicolashery/mac-dev-setup/master/.aliases
– .gitconfig file: https://raw.githubusercontent.com/nicolashery/mac-dev-setup/master/.gitconfig
# Install fzf, fzf.vim, ripgrep
brew install fzf
# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install
brew install ripgrep