diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2024-10-17 22:46:39 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2024-10-17 22:46:39 -0500 |
commit | 78d5e2082554d370f43216406f84872eaa2a4e5b (patch) | |
tree | fc354e842111062c057484cbb319e02037404975 /zsh/zscripts/hosts | |
parent | 75793a911de3648963385c70237fc737f1967e9d (diff) | |
download | dotconfig-78d5e2082554d370f43216406f84872eaa2a4e5b.tar.xz dotconfig-78d5e2082554d370f43216406f84872eaa2a4e5b.zip |
remove zsh and nvim configs from this repo and move to another
Diffstat (limited to 'zsh/zscripts/hosts')
-rwxr-xr-x | zsh/zscripts/hosts/aliasrc.G3N2.zsh | 6 | ||||
l--------- | zsh/zscripts/hosts/aliasrc.T495.zsh | 1 | ||||
-rwxr-xr-x | zsh/zscripts/hosts/aliasrc.desktop.zsh | 12 | ||||
-rwxr-xr-x | zsh/zscripts/hosts/aliasrc.libreX60.zsh | 11 | ||||
-rwxr-xr-x | zsh/zscripts/hosts/aliasrc.voidx250.zsh | 8 | ||||
-rwxr-xr-x | zsh/zscripts/hosts/colors.desktop.zsh | 9 | ||||
-rwxr-xr-x | zsh/zscripts/hosts/colors.voidx250.zsh | 9 |
7 files changed, 0 insertions, 56 deletions
diff --git a/zsh/zscripts/hosts/aliasrc.G3N2.zsh b/zsh/zscripts/hosts/aliasrc.G3N2.zsh deleted file mode 100755 index 8e8d2a5..0000000 --- a/zsh/zscripts/hosts/aliasrc.G3N2.zsh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# Package Management -alias \ - e="sudo emerge" \ - diff --git a/zsh/zscripts/hosts/aliasrc.T495.zsh b/zsh/zscripts/hosts/aliasrc.T495.zsh deleted file mode 120000 index 6c84487..0000000 --- a/zsh/zscripts/hosts/aliasrc.T495.zsh +++ /dev/null @@ -1 +0,0 @@ -aliasrc.desktop.zsh
\ No newline at end of file diff --git a/zsh/zscripts/hosts/aliasrc.desktop.zsh b/zsh/zscripts/hosts/aliasrc.desktop.zsh deleted file mode 100755 index 141212f..0000000 --- a/zsh/zscripts/hosts/aliasrc.desktop.zsh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# Package Management -alias \ - d="sudo dnf" \ - dnf="sudo dnf" \ - -# Shorten program names -alias \ - systemctl="sudo systemctl" \ - sd="systemctl" \ - diff --git a/zsh/zscripts/hosts/aliasrc.libreX60.zsh b/zsh/zscripts/hosts/aliasrc.libreX60.zsh deleted file mode 100755 index 1180171..0000000 --- a/zsh/zscripts/hosts/aliasrc.libreX60.zsh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# Package Management -alias \ - apt="sudo apt" \ - -# Shorten program names -alias \ - systemctl="sudo systemctl" \ - sd="systemctl" \ - diff --git a/zsh/zscripts/hosts/aliasrc.voidx250.zsh b/zsh/zscripts/hosts/aliasrc.voidx250.zsh deleted file mode 100755 index 4bb85ea..0000000 --- a/zsh/zscripts/hosts/aliasrc.voidx250.zsh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Package Management -alias \ - xi="sudo xbps-install" \ - xq="xbps-query -R --search" \ - xr="sudo xbps-remove" \ - diff --git a/zsh/zscripts/hosts/colors.desktop.zsh b/zsh/zscripts/hosts/colors.desktop.zsh deleted file mode 100755 index dee7ed3..0000000 --- a/zsh/zscripts/hosts/colors.desktop.zsh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env zsh - -if [ -n "$DISPLAY" ]; then - declare col{br,at}=57 - declare col{name,host}=13 - coldir=129 -else - declare col{br,name,at,host,dir}=magenta -fi diff --git a/zsh/zscripts/hosts/colors.voidx250.zsh b/zsh/zscripts/hosts/colors.voidx250.zsh deleted file mode 100755 index 910f1f9..0000000 --- a/zsh/zscripts/hosts/colors.voidx250.zsh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env zsh - -if [ -n "$DISPLAY" ]; then - declare col{br,at}=green - declare col{name,host}=76 - coldir=40 -else - declare col{br,name,at,host,dir}=green -fi |