https://github.com/aakira/dotfiles
my vimrc etc...
https://github.com/aakira/dotfiles
Last synced: 6 months ago
JSON representation
my vimrc etc...
- Host: GitHub
- URL: https://github.com/aakira/dotfiles
- Owner: AAkira
- Created: 2014-03-07T20:00:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T08:10:08.000Z (8 months ago)
- Last Synced: 2025-02-09T15:22:47.390Z (8 months ago)
- Language: Shell
- Size: 298 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my dotfiles
## install
```
make install # copy dot files to home directorymake mac # install brew...etc
make install-dev-tools # install development tools
make install-zsh # install zsh and oh-my-zsh
make install-vim # install neo vim```
## Shell
I use zsh and oh-my-zsh.
I don't use the `.bashrc` now.## Vim
I use [neovim](https://neovim.io/).
I don't use the `.vimrc` now.The nvim config file is [`~/.config/nvim/init.vim`](https://github.com/AAkira/dotfiles/blob/master/.config/nvim/init.vim)
I manage plugins using [dein.vim](https://github.com/Shougo/dein.vim).
The dein.vim config file is [`.vim/rc/dein_lazy.toml`](https://github.com/AAkira/dotfiles/blob/master/.vim/rc/dein_lazy.toml)
## Trash
There are old files in the `.old` folder.