Compare commits
2 Commits
a93d11a2c8
...
855c2f7434
| Author | SHA1 | Date | |
|---|---|---|---|
| 855c2f7434 | |||
| 0a7d920b58 |
@@ -15,6 +15,10 @@ if status is-interactive
|
||||
# Override globals
|
||||
set -gx EDITOR nvim
|
||||
|
||||
# Enable direnv
|
||||
# https://github.com/direnv/direnv
|
||||
direnv hook fish | source
|
||||
|
||||
# Aliases
|
||||
alias vim="nvim"
|
||||
alias dc="podman compose"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
sync = "!git fetch -p && git rebase origin/$(git default-branch)"
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
editor = nvim
|
||||
pager = delta
|
||||
attributesfile = /home/tgrosinger/.gitattributes
|
||||
excludesfile = /home/tgrosinger/.gitignore_global
|
||||
|
||||
@@ -51,6 +51,7 @@ brew services start atuin
|
||||
sudo dnf install \
|
||||
alacritty \
|
||||
copyq \
|
||||
direnv \
|
||||
distrobox \
|
||||
fuse-libs \ # For running appimages
|
||||
gstreamer1-plugin-openh264 mozilla-openh264 \ # For twitch videos
|
||||
|
||||
Reference in New Issue
Block a user