summaryrefslogtreecommitdiff
path: root/zsh/zscripts/hosts
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2024-10-17 22:46:39 -0500
committerTim Keller <tjk@tjkeller.xyz>2024-10-17 22:46:39 -0500
commit78d5e2082554d370f43216406f84872eaa2a4e5b (patch)
treefc354e842111062c057484cbb319e02037404975 /zsh/zscripts/hosts
parent75793a911de3648963385c70237fc737f1967e9d (diff)
downloaddotconfig-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-xzsh/zscripts/hosts/aliasrc.G3N2.zsh6
l---------zsh/zscripts/hosts/aliasrc.T495.zsh1
-rwxr-xr-xzsh/zscripts/hosts/aliasrc.desktop.zsh12
-rwxr-xr-xzsh/zscripts/hosts/aliasrc.libreX60.zsh11
-rwxr-xr-xzsh/zscripts/hosts/aliasrc.voidx250.zsh8
-rwxr-xr-xzsh/zscripts/hosts/colors.desktop.zsh9
-rwxr-xr-xzsh/zscripts/hosts/colors.voidx250.zsh9
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