Skip to content

An updated collection of configurations for some software

Notifications You must be signed in to change notification settings

IsTheMartin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

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.

Homebrew

/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)

Installing nvim

brew install nvim

Install node and npm

brew install node
brew install npm

Install git

brew install git

Install fish

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

Install OhMyFish

curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

Some complements

brew install gcc
brew install fzf
brew install fd
brew install ripgrep

Install zellij

brew install zellij

Install wezTerm

brew install --cask wezterm

About

An updated collection of configurations for some software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published