foot
This commit is contained in:
parent
667780995f
commit
75bba546b4
4 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@ set -U fish_greeting
|
||||||
alias lsd="lsd --group-directories-first"
|
alias lsd="lsd --group-directories-first"
|
||||||
alias newkey="gpg-connect-agent \"scd serialno\" \"learn --force\" /bye"
|
alias newkey="gpg-connect-agent \"scd serialno\" \"learn --force\" /bye"
|
||||||
alias usepodman="set -x -g DOCKER_HOST unix://(podman info --format '{{.Host.RemoteSocket.Path}}')"
|
alias usepodman="set -x -g DOCKER_HOST unix://(podman info --format '{{.Host.RemoteSocket.Path}}')"
|
||||||
|
alias hm="home-manager switch --flake $HOME/.dotfiles"
|
||||||
abbr gs git status
|
abbr gs git status
|
||||||
abbr gc git commit
|
abbr gc git commit
|
||||||
abbr gap git add -p
|
abbr gap git add -p
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
shell=fish
|
shell=fish
|
||||||
|
font=JetBrainsMono NF:size=12
|
||||||
|
|
||||||
[bell]
|
[bell]
|
||||||
urgent=no
|
urgent=no
|
||||||
|
|
1
home.nix
1
home.nix
|
@ -30,6 +30,7 @@
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
just
|
||||||
ripgrep # "rg" cli, alternative to grep, used by nvim
|
ripgrep # "rg" cli, alternative to grep, used by nvim
|
||||||
fd # find alternative, used by nvim
|
fd # find alternative, used by nvim
|
||||||
lsd # "ls" alternative
|
lsd # "ls" alternative
|
||||||
|
|
|
@ -4,7 +4,7 @@ $terminal = foot
|
||||||
$fileManager = dolphin
|
$fileManager = dolphin
|
||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
|
|
||||||
exec-once = swww-daemon &
|
# exec-once = swww-daemon &
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
|
Loading…
Reference in a new issue