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

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.

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