AAkira / dotfiles

my vimrc etc...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
I don't use the .vimrc now.

The nvim config file is ~/.config/nvim/init.vim

I manage plugins using dein.vim.

The dein.vim config file is .vim/rc/dein_lazy.toml

Trash

There are old files in the .old folder.

About

my vimrc etc...


Languages

Language:Shell 70.4%Language:Vim Script 18.1%Language:C 6.1%Language:Makefile 5.4%