- .vimrc: shortcut keys, line numbers, relative line numbers, between other common configurations.
- gruvbox: nice smooth style.
- easymotion: to make complex jumps easily.
- autoclose: to auto close things like brackets, parentheses...
- Clone this repo.
cd vim-configs
.- Add execution rights to
setup_linux.sh
orsetup_mac.sh
depending to your OS withchmod +x setup.sh
. - Run the script with
./setup_<os>.sh
. It configures vim for the user that runs the command (as each user has its own config). So, to configure the root user's vim runsudo ./setup_<os>.sh
. - You can remove the cloned repository if you want.
Run the corresponding uninstall_<os>.sh
script.