Skip to content

Commit da190f4

Browse files
committed
feat: replace zsh with fish
1 parent ff9eb70 commit da190f4

13 files changed

Lines changed: 47 additions & 50 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# disable nextjs telemetry
2+
set -gx NEXT_TELEMETRY_DISABLED 1
3+
# disable prisma telemetry
4+
set -gx CHECKPOINT_DISABLE 1
5+
# initially for crontab, maybe others, idk
6+
set -gx VISUAL "code --wait"
7+
set -gx EDITOR "code --wait"
8+
# turbo
9+
set -gx TURBO_TELEMETRY_DISABLED 1
10+
set -gx DO_NOT_TRACK 1
11+
# varlock
12+
set -gx VARLOCK_TELEMETRY_DISABLED true
13+
# paths
14+
set -gx HOME_BIN "$HOME/.local/bin"
15+
set -gx USR_LOCAL_BIN /usr/local/bin
16+
# PATH
17+
fish_add_path --prepend $HOME_BIN $USR_LOCAL_BIN
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# oh-my-posh
2+
oh-my-posh init fish --config $HOME/.config/oh-my-posh/mkvlrn.omp.json | source
3+
4+
# mise
5+
mise activate fish | source
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# zed
2+
alias zed zeditor
3+
# yay + mise self-update
4+
alias yaym 'yay && mise self-update && mise upgrade'

docker/.config/fish/config.fish

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
if status is-interactive
2+
# Commands to run in interactive sessions can go here
3+
end
4+
5+
set -g fish_greeting

docker/.config/fish/fish_variables

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This file contains fish universal variable definitions.
2+
# VERSION: 3.0
3+
SETUVAR __fish_initialized:4300
4+
SETUVAR fish_user_paths:/home/mkvlrn/\x2elocal/bin\x1e/usr/local/bin\x1e/home/mkvlrn/\x2ecargo/bin

docker/.config/mise/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ pnpm = "latest"
1111

1212
[settings]
1313
disable_backends = ["asdf"]
14-
legacy_version_file = true

docker/.config/zsh/00-plugins.zsh

Lines changed: 0 additions & 6 deletions
This file was deleted.

docker/.config/zsh/01-env.zsh

Lines changed: 0 additions & 16 deletions
This file was deleted.

docker/.config/zsh/02-completions.zsh

Lines changed: 0 additions & 8 deletions
This file was deleted.

docker/.config/zsh/06-extras.zsh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)