Skip to content

Instantly share code, notes, and snippets.

@xaosaki
xaosaki / hide-slack-sidebar-icons
Last active July 30, 2024 14:04 — forked from ryanhatfield/hide-slack-sidebar-icons
Hide Slack Sidebar Icons
#! /usr/bin/env bash
##############
##
## A script to inject a custom style into Slack that hides the new sidebar icons.
## This script has very little error catching or extra debug output
##
## Run at your own risk.
## Anything done here can be "uninstalled" by reinstalling Slack
##
## To run Slack in debug mode, run the following:
@dakanji
dakanji / Install_USB_Maker.sh
Last active February 24, 2025 17:21
Creates Bootable USB for Mac OS Lion to Monterey (Excluding Mavericks)
#!/usr/bin/env bash
# Install_USB_Maker.sh
# Copyright (c) 2020 - 2025 Dayo Akanji
# - [email protected]
# Portions Copyright (c) Jeff Geerling
# - https://github.com/geerlingguy/macos-virtualbox-vm/blob/master/LICENSE
#
# MIT License