From dced9bf363740b767ab6e8dd7685a7ff74249eaa Mon Sep 17 00:00:00 2001 From: htamas Date: Wed, 20 Aug 2025 16:58:09 +0200 Subject: [PATCH] zsh plugin --- configure.sh | 2 +- zsh/.zshrc | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/configure.sh b/configure.sh index 127e5a0..77dfef3 100755 --- a/configure.sh +++ b/configure.sh @@ -25,7 +25,7 @@ sudo nano /etc/default/grub sudo grub-mkconfig -o /boot/grub/grub.cfg echo "Installing hyprland and stuff for wm" -sudo pacman -S hyprland hyprlock blueman network-manager-applet waybar yazi ffmpeg 7zip jq poppler fd ripgrep fzf zoxide resvg imagemagick ttf-jetbrains-mono-nerd ttf-jetbrains-mono ghostty swaync brightnessctl wireplumber xdg-desktop-portal-hyprland hyprpolkitagent qt5-wayland qt6-wayland hyprpaper xclip sddm rofi-wayland unzip make ripgrep fd neovim --needed --noconfirm +sudo pacman -S hyprland hyprlock blueman zsh-autosuggestions zsh-syntax-highlighting network-manager-applet waybar yazi ffmpeg 7zip jq poppler fd ripgrep fzf zoxide resvg imagemagick ttf-jetbrains-mono-nerd ttf-jetbrains-mono ghostty swaync brightnessctl wireplumber xdg-desktop-portal-hyprland hyprpolkitagent qt5-wayland qt6-wayland hyprpaper xclip sddm rofi-wayland unzip make ripgrep fd neovim --needed --noconfirm yay -S xwaylandvideobridge --needed --noconfirm yay -S zen-browser-bin --needed --noconfirm diff --git a/zsh/.zshrc b/zsh/.zshrc index 1da18b0..2d85444 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -17,21 +17,6 @@ source $ZSH/oh-my-zsh.sh # Check archlinux plugin commands here # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux -# Display Pokemon-colorscripts -# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos -#pokemon-colorscripts --no-title -s -r #without fastfetch -pokemon-colorscripts --no-title -s -r | fastfetch -c $HOME/.config/fastfetch/config-pokemon.jsonc --logo-type file-raw --logo-height 10 --logo-width 5 --logo - - -# fastfetch. Will be disabled if above colorscript was chosen to install -#fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc - -# Set-up icons for files/directories in terminal using lsd -alias ls='lsd' -alias l='ls -l' -alias la='ls -a' -alias lla='ls -la' -alias lt='ls --tree' - # Set-up FZF key bindings (CTRL R for fuzzy history finder) source <(fzf --zsh) @@ -43,7 +28,6 @@ setopt appendhistory # Generated for envman. Do not edit. [ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh" - function y() { local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd yazi "$@" --cwd-file="$tmp"