This repository contains my configurations for the Neovim dev environment, including some specific configurations for plugins, keymaps and other things to boost productivity. Currently I'm using LazyVim with some plugins and settings to simplify the use of Neovim. I'm also using Zellij, WezTerm and Fish as part of my development environment.
This README will be a guide for me in case that I need to install or reinstall the configurations in any computer.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
// if it doesn't work try using
set install_script (curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
brew install nvim
brew install node
brew install npm
brew install git
brew install fish
// setting as default:
// returning a path
which fish
// add it as an available shell
echo whichFishResultingPath | sudo tee -a /etc/shells
// set it as default
sudo chsh -s whichFishResultingPath
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
brew install gcc
brew install fzf
brew install fd
brew install ripgrep
brew install zellij
brew install --cask wezterm