Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tomohiro/dotfiles
- Owner: tomohiro
- Created: 2009-09-15T00:22:31.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T10:25:51.000Z (over 1 year ago)
- Last Synced: 2023-03-10T19:39:47.287Z (over 1 year ago)
- Topics: dotfiles, shell, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 11 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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