Skip to content

jskladan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Latest bash on MacOS

`
brew install bash
sudo sh -c 'echo /opt/homebrew/bin/bash >> /etc/shells'
chsh -s /opt/homebrew/bin/bash
`

Scripts need to use "#!/usr/bin/env bash" in order to use the brew-bash, not "#!/bin/bash"

= Neovim

`
brew install nvim
brew install ripgrep
`

Some of the LSP servers need npm to install/run:

`
brew install npm
`

Packer (plugin manager) should be auto-bootstrapped. If not, install according to: https://github.com/wbthomason/packer.nvim#quickstart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published