https://github.com/kitsuyaazuma/dotfiles
kitsuyaazuma's dotfiles
https://github.com/kitsuyaazuma/dotfiles
neovim vim
Last synced: about 2 months ago
JSON representation
kitsuyaazuma's dotfiles
- Host: GitHub
- URL: https://github.com/kitsuyaazuma/dotfiles
- Owner: kitsuyaazuma
- Created: 2024-03-26T13:37:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-31T14:52:38.000Z (about 1 year ago)
- Last Synced: 2025-07-20T05:18:29.432Z (11 months ago)
- Topics: neovim, vim
- Language: Lua
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This is [kitsuyaazuma](https://github.com/kitsuyaazuma)'s dotfiles.
## Installation
```bash
git clone git@github.com:kitsuyaazuma/dotfiles.git
# git clone https://github.com/kitsuyaazuma/dotfiles.git
cd dotfiles
```
### Homebrew
```bash
./setup-homebrew.sh
```
### Zsh
```bash
./setup-zsh.sh
```
### iTerm2
This profile requires [Hack Nerd Font](https://github.com/ryanoasis/nerd-fonts).
Import the profile manually: **Profiles > Other Actions... > Import JSON Profiles...** and select `iterm2-profile.json`.
### Vim
```bash
# chmod +x ./setup-vim.sh
./setup-vim.sh
```
### Neovim
```bash
# chmod +x ./setup-nvim.sh
./setup-nvim.sh
source ~/.zshrc
# source ~/.bashrc
```