The Wayback Machine - https://web.archive.org/web/20201015084702/https://github.com/tomohiro/dotfiles
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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}/.vim
  setup-tmux  Install tpm to ${HOME}/.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

You can’t perform that action at this time.