Skip to content

yutaroishiwata/dotfiles

Repository files navigation

dotfiles

Install

$ git clone git@github.com:yutaroishiwata/dotfiles.git ~/Documents/dotfiles

Create Symbolic Link

$ ln -s ~/Documents/dotfiles/.vimrc ~/
$ ln -s ~/Documents/dotfiles/.gvimrc ~/
$ ln -s ~/Documents/dotfiles/.tmux.conf ~/
$ ln -s ~/Documents/dotfiles/.zshrc ~/
$ ln -s ~/Documents/dotfiles/.tigrc ~/
$ ln -s ~/Documents/dotfiles/.gitconfig ~/
$ ln -s ~/Documents/dotfiles/.gitignore_global ~/
$ ln -s ~/Documents/dotfiles/.finicky.js ~/

vim-plug Setup

Using vim-plug to manage VIM plugins.

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Install plugins

:PlugInstall

Install tig

Using tig to manipulate git repositories on CLI.

Install using brew

brew install tig

Install The Silver Searcher

Using The Silver Searcher to code searching tool.

Install using brew

brew install ag

Appearance

My Cheat Sheets

Command Cheat Sheets

General Settings