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

https://github.com/aakira/dotfiles

my vimrc etc...
https://github.com/aakira/dotfiles

Last synced: 6 months ago
JSON representation

my vimrc etc...

Awesome Lists containing this project

README

          

# my dotfiles

## install

```
make install # copy dot files to home directory

make 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.