https://github.com/hanamura/dotfiles
Dotfiles of my own.
https://github.com/hanamura/dotfiles
dotfiles macos mechanical-keyboard vim zsh
Last synced: about 2 months ago
JSON representation
Dotfiles of my own.
- Host: GitHub
- URL: https://github.com/hanamura/dotfiles
- Owner: hanamura
- Created: 2014-08-07T06:44:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T14:13:03.000Z (almost 6 years ago)
- Last Synced: 2025-08-18T19:35:50.044Z (10 months ago)
- Topics: dotfiles, macos, mechanical-keyboard, vim, zsh
- Language: Vim script
- Size: 239 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hanamura/dotfiles
**Please do NOT use this dotfiles directly.** These settings are optimized just for [me](https://github.com/hanamura).
## Environment
- OS: macOS
- Package Manager: Homebrew
- Shell: zsh with oh-my-zsh
- Editor: Neovim
## Keymaps
Custom keymaps for QMK Firmware are moved to [https://github.com/hanamura/qmk_firmware](https://github.com/hanamura/qmk_firmware).
## Other Settings
## Usage
### Setup
```sh
$ git clone --recursive git@github.com:hanamura/dotfiles.git
$ cd dotfiles
$ ./link.zsh
```
### Update
```sh
$ git pull origin master
$ git submodule init
$ git submodule update
$ ./link.zsh
```
## References
- https://github.com/mathiasbynens/dotfiles
- https://github.com/yuroyoro/dotfiles