feat: add .pyenv for pyenv-default-packages

This commit is contained in:
Matej Janezic 2023-05-31 00:22:10 +02:00
parent e81d9d2d66
commit 2b4af1f92f
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@
!alacritty !alacritty
!nvim !nvim
!zsh !zsh
!.pyenv
# explicity ignore zcoredump # explicity ignore zcoredump
zsh/.zcomp* zsh/.zcomp*

5
.pyenv/default-packages Normal file
View File

@ -0,0 +1,5 @@
# Neovim should be able to run anywhere
neovim
# Upgrade pip while we're at it.
pip