-
Notifications
You must be signed in to change notification settings - Fork 0
jskladan/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published