From 9d3864ac225f4f64b54203c1fc22b685c78172c5 Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:12:50 -0400 Subject: [PATCH] Remove pkgx bins --- home/dot_local/bin/executable_chezmoi | 7 ------- home/dot_local/bin/executable_delta | 7 ------- home/dot_local/bin/executable_fzf | 7 ------- home/dot_local/bin/executable_gh | 7 ------- home/dot_local/bin/executable_git | 7 ------- home/dot_local/bin/executable_gitui | 7 ------- home/dot_local/bin/executable_hx | 7 ------- home/dot_local/bin/executable_lsd | 7 ------- home/dot_local/bin/executable_nu | 7 ------- home/dot_local/bin/executable_rg | 7 ------- home/dot_local/bin/executable_starship | 7 ------- home/dot_local/bin/executable_vivid | 7 ------- home/dot_local/bin/executable_zellij | 7 ------- 13 files changed, 91 deletions(-) delete mode 100644 home/dot_local/bin/executable_chezmoi delete mode 100644 home/dot_local/bin/executable_delta delete mode 100644 home/dot_local/bin/executable_fzf delete mode 100644 home/dot_local/bin/executable_gh delete mode 100644 home/dot_local/bin/executable_git delete mode 100644 home/dot_local/bin/executable_gitui delete mode 100644 home/dot_local/bin/executable_hx delete mode 100644 home/dot_local/bin/executable_lsd delete mode 100644 home/dot_local/bin/executable_nu delete mode 100644 home/dot_local/bin/executable_rg delete mode 100644 home/dot_local/bin/executable_starship delete mode 100644 home/dot_local/bin/executable_vivid delete mode 100644 home/dot_local/bin/executable_zellij diff --git a/home/dot_local/bin/executable_chezmoi b/home/dot_local/bin/executable_chezmoi deleted file mode 100644 index 6c484753..00000000 --- a/home/dot_local/bin/executable_chezmoi +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +chezmoi.io~2.34 -- chezmoi "$@" -else - cd "$(dirname "$0")" - rm chezmoi && echo "uninstalled: chezmoi.io~2.34" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_delta b/home/dot_local/bin/executable_delta deleted file mode 100644 index bc7e25e2..00000000 --- a/home/dot_local/bin/executable_delta +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +crates.io/git-delta~0.15 -- delta "$@" -else - cd "$(dirname "$0")" - rm delta && echo "uninstalled: crates.io/git-delta~0.15" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_fzf b/home/dot_local/bin/executable_fzf deleted file mode 100644 index 83729764..00000000 --- a/home/dot_local/bin/executable_fzf +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +github.com/junegunn/fzf -- fzf "$@" -else - cd "$(dirname "$0")" - rm fzf && echo "uninstalled: github.com/junegunn/fzf" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_gh b/home/dot_local/bin/executable_gh deleted file mode 100644 index 6c96da89..00000000 --- a/home/dot_local/bin/executable_gh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +cli.github.com^2.26 -- gh "$@" -else - cd "$(dirname "$0")" - rm gh && echo "uninstalled: cli.github.com^2.26" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_git b/home/dot_local/bin/executable_git deleted file mode 100644 index 79c5a9c5..00000000 --- a/home/dot_local/bin/executable_git +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +git-scm.org^2.40 -- git "$@" -else - cd "$(dirname "$0")" - rm git git-cvsserver git-receive-pack git-shell git-upload-archive git-upload-pack scalar git-credential-osxkeychain && echo "uninstalled: git-scm.org^2.40" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_gitui b/home/dot_local/bin/executable_gitui deleted file mode 100644 index 2312c440..00000000 --- a/home/dot_local/bin/executable_gitui +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +crates.io/gitui -- gitui "$@" -else - cd "$(dirname "$0")" - rm gitui && echo "uninstalled: crates.io/gitui" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_hx b/home/dot_local/bin/executable_hx deleted file mode 100644 index ee4dd833..00000000 --- a/home/dot_local/bin/executable_hx +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +helix-editor.com~24.03 -- hx "$@" -else - cd "$(dirname "$0")" - rm hx && echo "uninstalled: helix-editor.com~24.03" >&2 -fi diff --git a/home/dot_local/bin/executable_lsd b/home/dot_local/bin/executable_lsd deleted file mode 100644 index 419fe771..00000000 --- a/home/dot_local/bin/executable_lsd +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +github.com/peltoche/lsd^1 -- lsd "$@" -else - cd "$(dirname "$0")" - rm lsd && echo "uninstalled: github.com/peltoche/lsd^1" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_nu b/home/dot_local/bin/executable_nu deleted file mode 100644 index b9d48ee2..00000000 --- a/home/dot_local/bin/executable_nu +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +nushell.sh~0.92.1 -- nu "$@" -else - cd "$(dirname "$0")" - rm nu && echo "uninstalled: nushell.sh~0.92.1" >&2 -fi diff --git a/home/dot_local/bin/executable_rg b/home/dot_local/bin/executable_rg deleted file mode 100644 index bada4493..00000000 --- a/home/dot_local/bin/executable_rg +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +crates.io/ripgrep -- rg "$@" -else - cd "$(dirname "$0")" - rm rg && echo "uninstalled: crates.io/ripgrep" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_starship b/home/dot_local/bin/executable_starship deleted file mode 100644 index 32d6c1f4..00000000 --- a/home/dot_local/bin/executable_starship +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +starship.rs~1.16 -- starship "$@" -else - cd "$(dirname "$0")" - rm starship && echo "uninstalled: starship.rs~1.16" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_vivid b/home/dot_local/bin/executable_vivid deleted file mode 100644 index d8e658d7..00000000 --- a/home/dot_local/bin/executable_vivid +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +crates.io/vivid~0.9 -- vivid "$@" -else - cd "$(dirname "$0")" - rm vivid && echo "uninstalled: crates.io/vivid~0.9" >&2 -fi \ No newline at end of file diff --git a/home/dot_local/bin/executable_zellij b/home/dot_local/bin/executable_zellij deleted file mode 100644 index 7825857e..00000000 --- a/home/dot_local/bin/executable_zellij +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$PKGX_UNINSTALL" != 1 ]; then - exec pkgx +crates.io/zellij~0.38 -- zellij "$@" -else - cd "$(dirname "$0")" - rm zellij && echo "uninstalled: crates.io/zellij~0.38" >&2 -fi \ No newline at end of file