Skip to content

jarviscog/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim config

My Terminal config on Mac M1

My setup

Currently, I am using zsh as my shell and nvim as my editor. I have made some aliases to useful/improved tools such as exa. Go to the bottom of .zshrc to see all aliases

Usage

** ⚠️ WARNING: Many of the commands here will overwrite any settings you have in your config files already!**

Install zsh improved tools

brew install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install exa
brew install fff

Create a link from this project to your home directory. This will most likely be this command:

ln ./.zshrc ~/.zshrc

Install nvim config

Run this inside this project:

brew install neovim
ln ./nvim ~/.config/nvim

if this ln gives you an error, run this instead:

sudo cp -rs ./nvim ~/.config/nvim 

Then, you will need to fix all of the places where /Users/owner/ is present Enter ~/.config/nvim and type:

find . -type f -name "*.lua" -print0 | xargs -0 sed -i '' -e 's/owner/your_username/g'

About

My NeoVim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published