configuration heaven ☁️
| .husky | ||
| .gitignore | ||
| .mailcap | ||
| .muttrc | ||
| .nvidia-settings-rc | ||
| .tmux.conf | ||
| .vimrc | ||
| .zshrc | ||
| install.sh | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| vscode-settings.json | ||
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
- install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- open
vimthen run:PluginInstall