diff --git a/scripts/cargo.sh b/scripts/cargo.sh index 5660831..8b2765f 100755 --- a/scripts/cargo.sh +++ b/scripts/cargo.sh @@ -6,8 +6,8 @@ cargo install --quiet --locked \ fd-find bat git-delta eza sd tlrc \ difftastic vivid zellij zoxide atuin gitui \ fnm stylua taplo-cli \ - pfetch yazi-fm pokeget \ - daktilo kbt + yazi-fm pokeget \ + daktilo cargo install --quiet --locked ripgrep --features 'pcre2' diff --git a/scripts/cargo_force.sh b/scripts/cargo_force.sh index 91b150f..06be222 100755 --- a/scripts/cargo_force.sh +++ b/scripts/cargo_force.sh @@ -4,7 +4,7 @@ cargo install --quiet --force --locked \ fd-find bat git-delta eza sd tlrc \ difftastic vivid zellij zoxide atuin gitui \ fnm stylua taplo-cli \ - pfetch yazi-fm pokeget \ - daktilo kbt + yazi-fm pokeget \ + daktilo cargo install --quiet --force --locked ripgrep --features 'pcre2' diff --git a/scripts/go.sh b/scripts/go.sh index 1d1d3bb..414eddf 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash go install github.com/ayoisaiah/f2/cmd/f2@latest -go install github.com/dundee/gdu/v5/cmd/gdu@latest -go install github.com/muesli/duf@latest go install mvdan.cc/sh/v3/cmd/shfmt@latest diff --git a/userstyles/custom.css b/userstyles/custom.css deleted file mode 100644 index 2af965e..0000000 --- a/userstyles/custom.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - font-family: Shantell Sans Normal, Rec Mono Casual, SF Pro, Inter, sans-serif; - font-weight: 500 -} - -pre, -code { - font-family: Berkeley Mono, IBM Plex Mono, SF Mono, Jetbrains Mono, monospace -}