https://github.com/tomohiro/dotfiles
My configuration files, scripts.
https://github.com/tomohiro/dotfiles
dotfiles shell tmux vim zsh
Last synced: 11 months ago
JSON representation
My configuration files, scripts.
- Host: GitHub
- URL: https://github.com/tomohiro/dotfiles
- Owner: tomohiro
- Created: 2009-09-15T00:22:31.000Z (almost 17 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T10:25:51.000Z (over 3 years ago)
- Last Synced: 2025-03-27T04:51:17.726Z (about 1 year ago)
- Topics: dotfiles, shell, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 11 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
================================================================================
[](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