Skip to content

jmswen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing zshrc

Local ~/.zshrc should essentially look like

source "$HOME"/dotfiles/zshrc
export PATH="/usr/local/opt/openssl@1.1:$PATH"

Installing vimrc (for NeoVim)

  • Run make
  • Ensure neovim is installed, e.g., by running brew install neovim.
  • Ensure fzf is installed, e.g., by running brew install fzf.
  • Ensure vim-plug is installed. See the GitHub page for installation instructions.

VS Code .json configuration files

The keybindings.json and settings.json files should be copied into the ~/Library/Application\ Support/Code/User/ directory, assuming vanilla VS Code is installed on macOS.