add cargo and fix ranger

This commit is contained in:
Murphy 2024-11-24 00:17:05 -05:00
parent ed77751a02
commit e625ae6617
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 7 additions and 3 deletions

View file

@ -80,7 +80,7 @@ bindkey "\e\d" undo
} }
zle -N ranger .ranger zle -N ranger .ranger
bindkey "^F" range bindkey "^F" ranger
# gpg # gpg
export GPG_TTY=$(tty) export GPG_TTY=$(tty)

View file

@ -60,7 +60,6 @@
"easyeffects" "easyeffects"
"gamescope" "gamescope"
"overskride" "overskride"
"ungoogled-chromium"
; gtk ; gtk
"wxwidgets" "wxwidgets"
@ -102,9 +101,13 @@
; langs ; langs
"gcc-toolchain" "gcc-toolchain"
"clang-toolchain" "clang-toolchain"
"rust"
"python" "python"
; rust
"rust"
"rust-cargo"
"rust-analyzer"
; social ; social
"gajim" "gajim"
"gajim-omemo" "gajim-omemo"
@ -125,6 +128,7 @@
"zsh-autosuggestions" "zsh-autosuggestions"
"tree-sitter-cli" "tree-sitter-cli"
"neofetch" "neofetch"
"ranger"
"pfetch" "pfetch"
"fd" "fd"
"yt-dlp" "yt-dlp"