mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-08 10:48:01 -08:00
initial commit
This commit is contained in:
7
.zsh/packages.sh
Executable file
7
.zsh/packages.sh
Executable 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
|
||||
Reference in New Issue
Block a user