add cargo and fix ranger
This commit is contained in:
parent
ed77751a02
commit
e625ae6617
2 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue