Skip to content

Commit 487d838

Browse files
committed
feat: add zoxide ( a better cd )
1 parent b760579 commit 487d838

File tree

7 files changed

+18
-3
lines changed

7 files changed

+18
-3
lines changed

share/dotfiles/.config/bashrc/20-customization

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ POSH=agnoster
88
# -----------------------------------------------------
99
# eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/zen.toml)"
1010
eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/EDM115-newline.omp.json)"
11+
12+
# -----------------------------------------------------
13+
# Zoxide
14+
# -----------------------------------------------------
15+
eval "$(zoxide init bash)"

share/dotfiles/.config/zshrc/20-customization

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/EDM115-newline.omp.j
4646

4747
# Shipped Theme
4848
# eval "$(oh-my-posh init zsh --config /usr/share/oh-my-posh/themes/agnoster.omp.json)"
49+
50+
# -----------------------------------------------------
51+
# Zoxide
52+
# -----------------------------------------------------
53+
eval "$(zoxide init zsh)"

share/packages/arch/profiles/default.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ packages=(
3232
"polkit-gnome"
3333
"zsh"
3434
"zsh-completions"
35+
"zoxide"
3536
"fzf"
3637
"pavucontrol"
3738
"papirus-icon-theme"

share/packages/fedora/profiles/default.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ packages=(
2929
"waybar"
3030
"rofi-wayland"
3131
"zsh"
32+
"zoxide"
3233
"fzf"
3334
"pavucontrol"
3435
"papirus-icon-theme"

share/packages/setup-arch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ packages=(
5757
"polkit-gnome"
5858
"zsh"
5959
"zsh-completions"
60+
"zoxide"
6061
"fzf"
6162
"pavucontrol"
6263
"papirus-icon-theme"
@@ -182,4 +183,4 @@ cargo install -q matugen
182183
cargo install -q wallust
183184

184185
echo ":: Installation complete."
185-
echo ":: Ready to install the dotfiles with the Dotfiles Installer."
186+
echo ":: Ready to install the dotfiles with the Dotfiles Installer."

share/packages/setup-fedora.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ packages=(
5454
"waybar"
5555
"rofi-wayland"
5656
"zsh"
57+
"zoxide"
5758
"fzf"
5859
"pavucontrol"
5960
"papirus-icon-theme"
@@ -180,4 +181,4 @@ sudo pip install screeninfo
180181
sudo pip install waypaper
181182

182183
echo ":: Installation complete."
183-
echo ":: Ready to install the dotfiles with the Dotfiles Installer."
184+
echo ":: Ready to install the dotfiles with the Dotfiles Installer."

share/packages/setup-opensuse.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ packages=(
5454
"waybar"
5555
"rofi-wayland"
5656
"zsh"
57+
"zoxide"
5758
"fzf"
5859
"pavucontrol"
5960
"papirus-icon-theme"
@@ -182,4 +183,4 @@ sudo pip install screeninfo
182183
sudo pip install waypaper
183184

184185
echo ":: Installation complete."
185-
echo ":: Ready to install the dotfiles with the Dotfiles Installer."
186+
echo ":: Ready to install the dotfiles with the Dotfiles Installer."

0 commit comments

Comments
 (0)