https://github.com/pei0804/dotfiles-sample
https://github.com/pei0804/dotfiles-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pei0804/dotfiles-sample
- Owner: pei0804
- Created: 2016-12-16T06:01:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T09:28:55.000Z (over 9 years ago)
- Last Synced: 2025-12-31T23:57:39.049Z (5 months ago)
- Language: Vim script
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
設定ファイル
## Installation
```
$ make install
```
## Prerequisite
* Your cool PC
* Latest Golang
* vim 7.3+ and buildin python support (for using tern\_for\_vim)
# How to use
zsh
---
Using [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh).
[peco](https://github.com/peco/peco) and [ghq](https://github.com/motemen/ghq) are used for exploring `src` directory with `GOPATH` style.
## Tips
### On zsh,
* `^S`: open any `src` directory by peco. It enables incremental search for projects you fetched.
* `^R`: search .zsh_history in peco.
* [how to](http://qiita.com/itkrt2y/items/0671d1f48e66f21241e2)
### vim
To install plugins, run `:PlugInstall`.
### Golang
Use [fatih/vim-go: Go development plugin for Vim](https://github.com/fatih/vim-go).
## Vimperator
If you are vim user, [Vimperator][] makes your web browsing faster and easier. Vimperator is an add-ons for firefox.
[Vimperator]: https://addons.mozilla.org/ja/firefox/addon/vimperator/ "Vimperator :: Add-ons for Firefox"
## LICENSE
Public Domain