mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): add more homebrew packages
This commit is contained in:
@@ -54,11 +54,6 @@ set --export EDITOR nvim
|
||||
# Stable Diffusion Webui
|
||||
set VIRTUAL_ENV $HOME/Code/AI/stable-diffusion-webui/venv
|
||||
|
||||
# Atuin
|
||||
atuin init fish | source
|
||||
|
||||
# Direnv
|
||||
direnv hook fish | source
|
||||
|
||||
# FZF
|
||||
set FD_OPTIONS "--follow --exclude .git --exclude node_modules"
|
||||
@@ -115,6 +110,12 @@ set --export MANPATH "/usr/local/man:$MANPATH"
|
||||
set -gx PNPM_HOME "$HOME/Library/pnpm/"
|
||||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
|
||||
# Atuin
|
||||
atuin init fish | source
|
||||
|
||||
# Direnv
|
||||
direnv hook fish | source
|
||||
|
||||
# Enable vi-mode key bindings
|
||||
fish_vi_key_bindings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user