Compare commits

...

2 Commits

Author SHA1 Message Date
855c2f7434 Git: Update editor to nvim 2025-12-01 20:59:44 -08:00
0a7d920b58 Direnv: Add 2025-12-01 20:59:35 -08:00
3 changed files with 6 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ if status is-interactive
# Override globals # Override globals
set -gx EDITOR nvim set -gx EDITOR nvim
# Enable direnv
# https://github.com/direnv/direnv
direnv hook fish | source
# Aliases # Aliases
alias vim="nvim" alias vim="nvim"
alias dc="podman compose" alias dc="podman compose"

View File

@@ -36,7 +36,7 @@
sync = "!git fetch -p && git rebase origin/$(git default-branch)" sync = "!git fetch -p && git rebase origin/$(git default-branch)"
[core] [core]
editor = vim editor = nvim
pager = delta pager = delta
attributesfile = /home/tgrosinger/.gitattributes attributesfile = /home/tgrosinger/.gitattributes
excludesfile = /home/tgrosinger/.gitignore_global excludesfile = /home/tgrosinger/.gitignore_global

View File

@@ -51,6 +51,7 @@ brew services start atuin
sudo dnf install \ sudo dnf install \
alacritty \ alacritty \
copyq \ copyq \
direnv \
distrobox \ distrobox \
fuse-libs \ # For running appimages fuse-libs \ # For running appimages
gstreamer1-plugin-openh264 mozilla-openh264 \ # For twitch videos gstreamer1-plugin-openh264 mozilla-openh264 \ # For twitch videos