From bf76226e1b904699b91a6455f4dc13d0d87d0933 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Sat, 30 May 2026 00:44:20 +0200 Subject: [PATCH] update --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index f3e7bf6..6802f5c 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ echo "installing pre-requisites" -sudo pacman -Syu ghostty shelly firefox dms-shell yay git nautilus zsh-history-substring-search zsh-syntax-highlighting zsh-autosuggestions zsh-doc stow brightnessctl pipewire-pulse pipewire matugen adw-gtk-theme wl-copy hyprshot grim satty code-oss zoxide zsh zsh-theme-powerlevel10k eza kanshi ttf-nerd-fonts-symbols-common ttf-nerd-fonts-symbols-mono ttf-nerd-fonts-symbols ttf-cascadia-code-nerd ttf-cascadia-mono-nerd ttf-terminus-nerd ttf-firacode-nerd ttf-ubuntu-nerd +sudo pacman -Syu ghostty shelly firefox dms-shell yay git nautilus zsh-history-substring-search zsh-syntax-highlighting zsh-autosuggestions zsh-doc stow brightnessctl pipewire-pulse pipewire matugen adw-gtk-theme hyprshot grim satty code shelly zoxide zsh zsh-theme-powerlevel10k eza kanshi ttf-nerd-fonts-symbols-common ttf-nerd-fonts-symbols-mono ttf-nerd-fonts-symbols ttf-cascadia-code-nerd ttf-cascadia-mono-nerd ttf-terminus-nerd ttf-firacode-nerd ttf-ubuntu-nerd yay -S mangowm-git dsearch-bin @@ -43,8 +43,8 @@ if [[ ! $REPLY =~ ^[Nn]$ ]]; then bash -c "~/projects/unipkg/install.sh" mkdir -p ~/.local/share/dotfile-git-sync cp ~/projects/dotfile-git-sync/dotfile-git-sync ~/.local/share/dotfile-git-sync - sudo ln -sf /home/$(whoami)/.local/share/dotfiles-git-sync/dotfiles-git-sync /usr/bin - chmod a+x ~/.local/share/dotfiles-git-sync/dotfiles-git-sync + sudo ln -sf /home/$(whoami)/.local/share/dotfile-git-sync/dotfile-git-sync /usr/bin + chmod a+x ~/.local/share/dotfiles-git-sync/dotfile-git-sync else echo "optional scripts skipped, you can always install them manually later."