Skip to content

willemmirkovich/.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Willem Mirkovich .config

Requirements

Nice to have

  • btop: brew install btop

Setup

  1. Make sure zsh is default shell: echo $SHELL
  2. Add following lines to your .zshenv file:
# NOTE: required for .config setup
ZDOTDIR=~/.config/zsh

# NOTE: below, specific to this machine
  1. Create venv for neovim to use
brew insatll pyenv
# https://github.com/pyenv/pyenv#set-up-your-shell-environment-for-pyenv
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(pyenv init -)"' >> ~/.zshrc
src # reload shell with new path
pyenv install 3.11.5
pyenv global 3.11.5
which python # verify looking at right place
python -m venv ~/.venv/nvim
venv_activate nvim
pip install --upgrade pip
pip install jupyter ipykernel nbclassic pynvim neovim

About

My personal development configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published