autojump out, fasd in

This commit is contained in:
Fred Klassen 2023-02-08 09:34:06 -08:00
commit 8849d094d4
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
3 changed files with 18 additions and 24 deletions

View file

@ -24,10 +24,10 @@ macOS
```
* Configure iTerm2 to use one of the nerd fonts (I like hack)
* needed for `oh-my-zsh` module `autojump`
* needed for `oh-my-zsh` module `fasd`
```shell
brew install autojump
brew install fasd
brew install terminal-notifier
brew install thefuck
```
@ -46,7 +46,7 @@ Linux
* install some terminal tools
```(shell)
sudo apt install exa autojump thefuck tmux
sudo apt install exa fasd thefuck tmux
```
* install [Tilex](https://gnunn1.github.io/tilix-web/)

View file

@ -4,15 +4,10 @@
# Inserts a blank line between shell prompts
add_newline = true
# Use custom format
#format = '''
#[┌───────────────────>](bold green)
#[│](bold green)$directory$rust$package
#[└─>](bold green) '''
# Replace the '' symbol in the prompt with '➜'
[character] # The name of the module we are configuring is 'character'
success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
[character]
success_symbol = '[➜](bold green)'
error_symbol = '[➜](bold red)'
# Disable the package module, hiding it from the prompt completely
[package]
@ -23,14 +18,14 @@ command_timeout = 1500
[git_status]
conflicted = "⚔️ "
ahead = "🏎️ 💨 ×${count}"
behind = "🐢 ×${count}"
diverged = "🔱 🏎️ 💨 ×${ahead_count} 🐢 ×${behind_count}"
untracked = "🛤️ ×${count}"
ahead = "🏎️ 💨 ×${count} "
behind = "🐢 ×${count} "
diverged = "🔱 🏎️ 💨 ×${ahead_count} 🐢 ×${behind_count} "
untracked = "🛤️ ×${count} "
stashed = "📦 "
modified = "📝 ×${count}"
staged = "🗃️ ×${count}"
renamed = "📛 ×${count}"
deleted = "🗑️ ×${count}"
modified = "📝 ×${count} "
staged = "🗃️ ×${count} "
renamed = "📛 ×${count} "
deleted = "🗑️ ×${count} "
style = "bright-white"
format = "$all_status$ahead_behind"

View file

@ -26,7 +26,7 @@ ZSH_THEME="gnzh"
# Uncomment one of the following lines to change the auto-update behavior
# zstyle ':omz:update' mode disabled # disable automatic updates
# zstyle ':omz:update' mode auto # update automatically without asking
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
zstyle ':omz:update' mode reminder # just remind me to update when it's time
# Uncomment the following line to change how often to auto-update (in days).
# zstyle ':omz:update' frequency 13
@ -35,7 +35,7 @@ ZSH_THEME="gnzh"
DISABLE_MAGIC_FUNCTIONS="true"
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
DISABLE_LS_COLORS="true"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
@ -52,7 +52,7 @@ COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
DISABLE_UNTRACKED_FILES_DIRTY="true"
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
@ -74,7 +74,6 @@ plugins=(
alias-finder
aliases
aws
autojump
colored-man-pages
command-not-found
common-aliases
@ -86,6 +85,7 @@ plugins=(
docker
emoji
extract
fasd
fd
git
jfrog
@ -96,7 +96,6 @@ plugins=(
vscode
zsh-autosuggestions
zsh-interactive-cd
zsh-navigation-tools
)
zstyle :omz:plugins:ssh-agent agent-forwarding yes