Fist clone
and cd
to dotfiles
$ git clone [email protected]:ibotdotout/dotfiles.git dotfiles
$ cd dotfiles
- Run all setup by install script
$ ./install
-
Install
brew
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Install
brew bundle
$ brew tap Homebrew/bundle
-
Install all packages & app from
Brewfile
$ brew bundle # To install work related packages $ brew bundle --file Brewfile.work
Link dotfiles by dotbot
-
Link
dotfiles
$ ./dotup
Install Vim plugins by vim-plug
-
Install
vim-plug
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
Install vim plugin via
vim-plug
from.vimrc
$ vim +PlugInstall +qall
Install fzf useful key bindings and fuzzy completion
```sh
brew install fzf
# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install
```