Fixed run_once scripts

This commit is contained in:
Eric Renfro 2023-12-25 14:28:47 -05:00
parent 59eda340ab
commit 08ef33cf50
Signed by: psi-jack
SSH Key Fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#!{{ lookPath "bash" }}
# Install micro plugins
if [ ! -d ~/.config/micro ]; then
if type -q micro; then
if command -v micro &>/dev/null
#micro -plugin install comment
micro -plugin install fish
micro -plugin install fzf

View File

@ -1,3 +1,5 @@
#!{{ lookPath "fish" }}
type fisher &>/dev/null || curl -sL https://git.io/fisher | source && fisher install jorgebucarana/fisher
fisher install danhper/fish-ssh-agent
fisher install decors/fish-colored-man