- Run
curl -Lks https://raw.githubusercontent.com/alexey-yanchenko/dotfiles/refs/heads/master/.bin/install.sh | /bin/bash
- Clone Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Run Vim with command
vim +BundleInstall
- Packages
sudo apt-get install ripgrep fd-find cmake
- Nerd Font (v3.0 or greater) (optional, but needed to display some icons)
- Add new
config add <file_name>
config commit -m "Add <file_name>"
config push