tomohiro / dotfiles

My configuration files, scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Build Status

Installation

$ make install

Usage

$ make help
Please type: make [target]
  install     Install dotfiles to ${HOME}
  setup-vim   Install vim-plug to ${HOME}/.local/share/vim
  setup-tmux  Install tpm to ${HOME}/.local/share/tmux/plugins.tmux
  help        Show this help messages

Plugin Managers

Zsh

Update all plugins:

$ zplug update

Vim

Update all plugins:

$ vi
:PlugUpdate  # Updates plugins
:PlugUpgrade # Upgrade vim-plug

Tmux

Update all plugins:

$ (TMUX PREFFIX KEY) + U
all <ENTER>

Author

Tomohiro Taira

About

My configuration files, scripts.


Languages

Language:Shell 62.6%Language:Vim Script 18.8%Language:Ruby 7.8%Language:Makefile 5.7%Language:JavaScript 5.0%