initial commit

This commit is contained in:
2025-05-03 22:24:47 -07:00
commit 3b012fc9da
5 changed files with 281 additions and 0 deletions

7
.zsh/packages.sh Executable file
View File

@@ -0,0 +1,7 @@
##!/usr/bin/env bash
paru -S oh-my-posh zsh-history-substring-search fzf --needed --noconfirm
git clone git@github.com:unixorn/fzf-zsh-plugin.git plugins/fzf-zsh-plugin
git clone git@github.com:zsh-users/zsh-autosuggestions.git plugins/zsh-autosuggestions
git clone git@github.com:zsh-users/zsh-syntax-highlighting.git plugins/zsh-syntax-highlighting
git clone git@github.com:agkozak/zsh-z.git plugins/zsh-z