Skip to content

Instantly share code, notes, and snippets.

View gxanshu's full-sized avatar
rising everyday

Ai Anshu gxanshu

rising everyday
View GitHub Profile
@gxanshu
gxanshu / script.sh
Created July 18, 2024 15:38
Change Sublime Text icon in Linux (Ubuntu)
#!/usr/bin/env bash
##
## Replace Sublime Text icons in Ubuntu
##
if [ "$(whoami)" != "root" ]; then
echo "Script must be run as root, e.g."
echo sudo "$0"
exit 1
fi