Compare commits
2 Commits
a93d11a2c8
...
855c2f7434
| Author | SHA1 | Date | |
|---|---|---|---|
| 855c2f7434 | |||
| 0a7d920b58 |
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user