replace autojump with zoxide, document cli tools

This commit is contained in:
marisa 2021-06-01 12:46:04 +02:00
parent 0e5c113b48
commit a743938b32
3 changed files with 10 additions and 2 deletions

6
cool_cli_tools.md Normal file
View File

@ -0,0 +1,6 @@
- [zoxide](https://github.com/ajeetdsouza/zoxide)
- [bat](https://github.com/sharkdp/bat)
- [tokei](https://github.com/XAMPPRocky/tokei)
- rg of course
- hexyl (https://github.com/sharkdp/hexyl)
- exa

View File

@ -33,6 +33,9 @@ setpath ~/.emacs.d/bin
setpath ~/Library/Python/3.7/bin
setpath ~/.radicle/bin
# zoxide setup
zoxide init fish | source
# Source private stuff
source ~/.config/fish/private.fish
@ -59,12 +62,12 @@ set -x TZ_LIST "Europe/Berlin;Berlin,America/New_York;US East,America/Los_Angele
# General Aliases
alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish"
alias j "z"
alias cat "bat"
alias c "cargo"
alias cr "cargo run"
alias cb "cargo build"
alias cwr "cargo watch -x run"
alias emacsd "emacs --daemon"
alias jo "zo"
alias be "bundle exec"
alias doc "docker-compose"
alias rp "rustup"

View File

@ -1,5 +1,4 @@
jorgebucaran/fisher
jethrokuan/z
jorgebucaran/fish-nvm
mattgreen/lucid.fish
franciscolourenco/done