feat: add .pyenv for pyenv-default-packages
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
5
.pyenv/default-packages
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Neovim should be able to run anywhere
|
||||||
|
neovim
|
||||||
|
|
||||||
|
# Upgrade pip while we're at it.
|
||||||
|
pip
|
||||||
Reference in New Issue
Block a user