Remchi / dotfiles

My dotfiles for vim and emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • clone repo to ~/.dotfiles folder:
git clone https://github.com/Remchi/dotfiles.git ~/.dotfiles
  • create symbolic links to config files
ln -s ~/.dotfiles/zshrc-oh-my-zsh ~/.zshrc
ln -s ~/.dotfiles/gitconfig ~/.gitconfig
ln -s ~/.dotfiles/nvim ~/.config/nvim

I don't use these anymore:

ln -s .dotfiles/vimrc .vimrc
ln -s .dotfiles/vim .vim
ln -s .dotfiles/gemrc .gemrc
ln -s .dotfiles/emacs .emacs.d

About

My dotfiles for vim and emacs


Languages

Language:Vim Script 80.2%Language:Emacs Lisp 9.7%Language:Lua 5.8%Language:Vim Snippet 4.3%