Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomohiro/dotfiles

My configuration files, scripts.
https://github.com/tomohiro/dotfiles

dotfiles shell tmux vim zsh

Last synced: 24 days ago
JSON representation

My configuration files, scripts.

Awesome Lists containing this project

README

        

dotfiles
================================================================================

[![Build Status](https://img.shields.io/travis/com/tomohiro/dotfiles.svg?style=flat-square)](https://travis-ci.com/tomohiro/dotfiles)

Installation
--------------------------------------------------------------------------------

```sh
$ make install
```

Usage
--------------------------------------------------------------------------------

```sh
$ 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
```

Author
--------------------------------------------------------------------------------

Tomohiro Taira