nono / dotfiles

My dotfiles (vim, zsh, irssi, etc.)

Home Page:http://blog.menfin.info/categories/vim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

Install

git clone git://github.com/nono/dotfiles ~/dotfiles
git submodule update --init
cd ~/dotfiles

And then copy/symlink the relevant files

Notes

The config for neovim is in ~/.config/nvim, not ~/.nvim. Same for git and kitty.

There is a config file to start MailHog with systemd:

sudo cp /home/nono/config/systemd/mailhog.service /etc/systemd/system/
sudo systemctl start mailhog
sudo systemctl enable mailhog

I'm using some submodules for vendor modules, but I'm moving to subtrees.

About

My dotfiles (vim, zsh, irssi, etc.)

http://blog.menfin.info/categories/vim/


Languages

Language:Vim Script 67.6%Language:Prolog 18.6%Language:Shell 11.6%Language:Perl 1.0%Language:C 0.4%Language:Python 0.4%Language:Crystal 0.2%Language:Ruby 0.2%