Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dotfiles/.config/bashrc/20-customization
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ POSH=agnoster
# -----------------------------------------------------
# eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/zen.toml)"
eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/EDM115-newline.omp.json)"

# -----------------------------------------------------
# Zoxide
# -----------------------------------------------------
eval "$(zoxide init bash)"
5 changes: 5 additions & 0 deletions dotfiles/.config/zshrc/20-customization
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/zen.toml)"

# Shipped Theme
# eval "$(oh-my-posh init zsh --config /usr/share/oh-my-posh/themes/agnoster.omp.json)"

# -----------------------------------------------------
# Zoxide
# -----------------------------------------------------
eval "$(zoxide init zsh)"
13 changes: 13 additions & 0 deletions setup/setup-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ packages=(
"network-manager-applet"
"imagemagick"
"polkit-gnome"
"zsh"
"zsh-completions"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don’t know when i added zsh-completions. i guess it was before and you have removed zsh-completions. correct me. i don't remember adding zsh-completions; i have only added zoxide.

"zoxide"
"fzf"
"pavucontrol"
"papirus-icon-theme"
"breeze"
"flatpak"
"swaync"
"gvfs"
"wlogout"
"hyprshade"
"grimblast-git"
"checkupdates-with-aur"
Expand Down Expand Up @@ -204,4 +215,6 @@ source $SCRIPT_DIR/_fonts.sh
# Finish
# --------------------------------------------------------------

echo ":: Installation complete."
echo ":: Ready to install the dotfiles with the Dotfiles Installer."
_finishMessage
13 changes: 13 additions & 0 deletions setup/setup-fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ packages=(
"NetworkManager-tui"
# Apps
"waypaper"
"grim"
"slurp"
"cliphist"
"nwg-look"
"qt6ct"
"waybar"
"rofi-wayland"
"zsh"
"zoxide"
"fzf"
"pavucontrol"
"SwayNotificationCenter"
# Themes
"papirus-icon-theme"
Expand Down Expand Up @@ -202,4 +213,6 @@ source $SCRIPT_DIR/_fonts.sh
# Finish
# --------------------------------------------------------------

echo ":: Installation complete."
echo ":: Ready to install the dotfiles with the Dotfiles Installer."
_finishMessage
6 changes: 6 additions & 0 deletions setup/setup-opensuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ packages=(
"python313-pipx"
"ImageMagick"
"NetworkManager-connection-editor"
"fontawesome-fonts"
"rofi-wayland"
"zsh"
"zoxide"
"fzf"
"pavucontrol"
"NetworkManager-tui"
# Apps
"SwayNotificationCenter"
Expand Down