Skip to content

Instantly share code, notes, and snippets.

View DAK404's full-sized avatar
💻
Busy

DAK DAK404

💻
Busy
View GitHub Profile
@DAK404
DAK404 / Icon-Install.sh
Created August 30, 2025 13:33
Vinceliuice's Icon Theme Universal Installer
#!/usr/bin/env bash
#
# Universal Icon Theme Installer for VinceLiuice themes
#
set -e
# -------------------
# Config & Defaults
# -------------------
@DAK404
DAK404 / zsh-install.sh
Last active May 16, 2025 16:03
zsh and Oh-My-Zsh installation
#!/bin/bash
set -e
# Install prerequisites
echo "Installing required packages..."
sudo zypper install -y zsh git curl
# Clone Oh My Zsh globally
echo "Cloning Oh My Zsh into /opt/oh-my-zsh..."