mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
rm: remove pyenv
This commit is contained in:
parent
d4de0e26fa
commit
36575f8d5b
5 changed files with 13 additions and 23 deletions
13
flake.lock
generated
13
flake.lock
generated
|
|
@ -114,14 +114,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1690471502,
|
"lastModified": 1690507298,
|
||||||
"narHash": "sha256-iP3MWm0eRhFiHC+dN1O60IT2gp5OHMf6m3/E06UvevI=",
|
"narHash": "sha256-iP3MWm0eRhFiHC+dN1O60IT2gp5OHMf6m3/E06UvevI=",
|
||||||
"type": "git",
|
"owner": "ryanccn",
|
||||||
"url": "file:../discord-applemusic-rich-presence"
|
"repo": "discord-applemusic-rich-presence",
|
||||||
|
"rev": "804bbd6a9488b07384669f2d7edfa248ad499449",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"owner": "ryanccn",
|
||||||
"url": "file:../discord-applemusic-rich-presence"
|
"repo": "discord-applemusic-rich-presence",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fenix": {
|
"fenix": {
|
||||||
|
|
|
||||||
2
justfile
2
justfile
|
|
@ -1,6 +1,6 @@
|
||||||
switch:
|
switch:
|
||||||
darwin-rebuild switch --flake . --show-trace
|
darwin-rebuild switch --flake . --show-trace
|
||||||
delete-old:
|
delete-old:
|
||||||
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old
|
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old && nix run home-manager#home-manager -- expire-generations now
|
||||||
gc:
|
gc:
|
||||||
nix store gc
|
nix store gc
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ set -x SSH_AUTH_SOCK "$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/
|
||||||
|
|
||||||
# Homebrew shell
|
# Homebrew shell
|
||||||
set -x HOMEBREW_NO_ANALYTICS 1
|
set -x HOMEBREW_NO_ANALYTICS 1
|
||||||
set -x HOMEBREW_CASK_OPTS "--require-sha"
|
set -x HOMEBREW_CASK_OPTS --require-sha
|
||||||
set -x HOMEBREW_NO_INSECURE_REDIRECT 1
|
set -x HOMEBREW_NO_INSECURE_REDIRECT 1
|
||||||
set -x HOMEBREW_NO_EMOJI 1
|
set -x HOMEBREW_NO_EMOJI 1
|
||||||
/opt/homebrew/bin/brew shellenv | source
|
/opt/homebrew/bin/brew shellenv | source
|
||||||
|
|
@ -11,12 +11,6 @@ set -x HOMEBREW_NO_EMOJI 1
|
||||||
# fnm shell env
|
# fnm shell env
|
||||||
fnm env --use-on-cd | source
|
fnm env --use-on-cd | source
|
||||||
|
|
||||||
# pyenv
|
|
||||||
set -x PYENV_ROOT "$HOME/.pyenv"
|
|
||||||
set -x PATH "$PYENV_ROOT/bin:$PATH"
|
|
||||||
pyenv init - | source
|
|
||||||
set -x PIPX_DEFAULT_PYTHON "$HOME/.pyenv/shims/python"
|
|
||||||
|
|
||||||
# cargo
|
# cargo
|
||||||
fish_add_path "$HOME/.cargo/bin"
|
fish_add_path "$HOME/.cargo/bin"
|
||||||
# deno
|
# deno
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,6 @@ eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
# fnm shell env
|
# fnm shell env
|
||||||
eval "$(fnm env --use-on-cd)"
|
eval "$(fnm env --use-on-cd)"
|
||||||
|
|
||||||
# pyenv
|
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
|
||||||
command -v pyenv > /dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
|
||||||
eval "$(pyenv init -)"
|
|
||||||
export PIPX_DEFAULT_PYTHON="$HOME/.pyenv/shims/python"
|
|
||||||
|
|
||||||
# deno
|
# deno
|
||||||
export PATH="$HOME/.deno/bin:$PATH"
|
export PATH="$HOME/.deno/bin:$PATH"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,6 @@
|
||||||
mkcert
|
mkcert
|
||||||
nerdfix
|
nerdfix
|
||||||
pscale
|
pscale
|
||||||
pyenv
|
|
||||||
railway
|
railway
|
||||||
redis
|
redis
|
||||||
silicon
|
silicon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue