dotfiles/README.md
2026-06-16 10:29:49 +02:00

510 B

Ayo's various configuration files

Clone the repo

git clone git@github.com:ayo-run/dotfiles

Then symlink to correct places. For example, the .vimrc usually goes to user home directory

cd dotfiles
ln -rsf ./.vimrc ~/

For vim, vundle is used

  1. install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. open vim then run :PluginInstall

See more