replace autojump with zoxide, document cli tools

This commit is contained in:
mokou 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 ~/Library/Python/3.7/bin
setpath ~/.radicle/bin setpath ~/.radicle/bin
# zoxide setup
zoxide init fish | source
# Source private stuff # Source private stuff
source ~/.config/fish/private.fish 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 # General Aliases
alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish" alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish"
alias j "z" alias j "z"
alias cat "bat"
alias c "cargo" alias c "cargo"
alias cr "cargo run" alias cr "cargo run"
alias cb "cargo build" alias cb "cargo build"
alias cwr "cargo watch -x run" alias cwr "cargo watch -x run"
alias emacsd "emacs --daemon" alias emacsd "emacs --daemon"
alias jo "zo"
alias be "bundle exec" alias be "bundle exec"
alias doc "docker-compose" alias doc "docker-compose"
alias rp "rustup" alias rp "rustup"

View file

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