zsh plugin
This commit is contained in:
@@ -25,7 +25,7 @@ sudo nano /etc/default/grub
|
|||||||
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
|
||||||
echo "Installing hyprland and stuff for wm"
|
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 xwaylandvideobridge --needed --noconfirm
|
||||||
yay -S zen-browser-bin --needed --noconfirm
|
yay -S zen-browser-bin --needed --noconfirm
|
||||||
|
|
||||||
|
|||||||
16
zsh/.zshrc
16
zsh/.zshrc
@@ -17,21 +17,6 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# Check archlinux plugin commands here
|
# Check archlinux plugin commands here
|
||||||
# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux
|
# 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)
|
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
|
|
||||||
@@ -43,7 +28,6 @@ setopt appendhistory
|
|||||||
# Generated for envman. Do not edit.
|
# Generated for envman. Do not edit.
|
||||||
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
||||||
|
|
||||||
|
|
||||||
function y() {
|
function y() {
|
||||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||||
yazi "$@" --cwd-file="$tmp"
|
yazi "$@" --cwd-file="$tmp"
|
||||||
|
|||||||
Reference in New Issue
Block a user