Clean up fish configs, starship settings
parent
fc7033db75
commit
73d4f6e00b
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/fish/fish_plugins".text = ''
|
".config/fish/fish_plugins".text = ''
|
||||||
jorgebucaran/fisher
|
|
||||||
jorgebucaran/autopair.fish
|
jorgebucaran/autopair.fish
|
||||||
jorgebucaran/replay.fish
|
jorgebucaran/replay.fish
|
||||||
jorgebucaran/getopts.fish
|
jorgebucaran/getopts.fish
|
||||||
|
@ -31,10 +30,7 @@
|
||||||
fishpkg/fish-humanize-duration
|
fishpkg/fish-humanize-duration
|
||||||
oh-my-fish/plugin-bang-bang
|
oh-my-fish/plugin-bang-bang
|
||||||
matthewess/fish-autovenv
|
matthewess/fish-autovenv
|
||||||
joehillen/to-fish
|
|
||||||
jethrokuan/z
|
jethrokuan/z
|
||||||
decors/fish-colored-man
|
|
||||||
haslersn/fish-nix-completions
|
|
||||||
Gazorby/fish-abbreviation-tips
|
Gazorby/fish-abbreviation-tips
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -134,11 +130,13 @@
|
||||||
with pkgs; {
|
with pkgs; {
|
||||||
# My additions
|
# My additions
|
||||||
code = "codium";
|
code = "codium";
|
||||||
|
|
||||||
# OG
|
# OG
|
||||||
# Nix related
|
# Nix related
|
||||||
drb = "darwin-rebuild build --flake ${nixConfigDir}/";
|
drb = "darwin-rebuild build --flake ${nixConfigDir}/";
|
||||||
drs = "darwin-rebuild switch --flake ${nixConfigDir}/";
|
drs = "darwin-rebuild switch --flake ${nixConfigDir}/";
|
||||||
drc = "codium ${nixConfigDir}";
|
drc = "codium ${nixConfigDir}";
|
||||||
|
drv = "vim ${nixConfigDir}";
|
||||||
flakeup = "nix flake update --recreate-lock-file ${nixConfigDir}/";
|
flakeup = "nix flake update --recreate-lock-file ${nixConfigDir}/";
|
||||||
nb = "nix build";
|
nb = "nix build";
|
||||||
nd = "nix develop";
|
nd = "nix develop";
|
||||||
|
@ -202,10 +200,9 @@
|
||||||
battery.display.threshold = 25; # display battery information if charge is <= 25%
|
battery.display.threshold = 25; # display battery information if charge is <= 25%
|
||||||
directory.fish_style_pwd_dir_length = 1; # turn on fish directory truncation
|
directory.fish_style_pwd_dir_length = 1; # turn on fish directory truncation
|
||||||
directory.truncation_length = 2; # number of directories not to truncate
|
directory.truncation_length = 2; # number of directories not to truncate
|
||||||
gcloud.disabled = true; # annoying to always have on
|
# hostname.style = "bold green"; # don't like the default
|
||||||
hostname.style = "bold green"; # don't like the default
|
|
||||||
memory_usage.disabled = true; # because it includes cached memory it's reported as full a lot
|
memory_usage.disabled = true; # because it includes cached memory it's reported as full a lot
|
||||||
username.style_user = "bold blue"; # don't like the default
|
# username.style_user = "bold blue"; # don't like the default
|
||||||
};
|
};
|
||||||
# }}}
|
# }}}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue