Skip to content

Instantly share code, notes, and snippets.

local/a52dec 0.7.4-11
A free library for decoding ATSC A/52 streams
local/aalib 1.4rc5-14
A portable ASCII art graphic library
local/accountsservice 0.6.55-3
D-Bus interface for user account query and manipulation
local/acl 2.2.53-3
Access control list utilities, libraries and headers
local/adapta-gtk-theme 3.95.0.11-1
An adaptive Gtk+ theme based on Material Design Guidelines
@Joshix-1
Joshix-1 / packages-info.txt
Last active January 7, 2022 21:20
My installed pacman packages, generated with: https://gist.github.com/Joshix-1/b948ee999a9ae54be696aae14e5acc6c (switched gist on 2022-01-07)
local/0ad a25.b-3
Cross-platform, 3D and historically-based real-time strategy game
local/0ad-data a25.b-1
Cross-platform, 3D and historically-based real-time strategy game (data files)
local/a52dec 0.7.4-11
A free library for decoding ATSC A/52 streams
local/aalib 1.4rc5-14
A portable ASCII art graphic library
local/absolutely-proprietary 20190627-3
Proprietary package detector for arch-based distros that uses Parabola's package blacklist
@Joshix-1
Joshix-1 / packages-gist.hook
Last active February 16, 2021 19:45
If you want to use it for your self change the url to the gist. More info about how to use this hook: https://wiki.archlinux.org/index.php/Pacman#Hooks
[Trigger]
Operation = Install
Operation = Remove
Operation = Upgrade
Type = Package
Target = *
[Action]
Description = Update gist with all installed pacman packages.
When = PostTransaction
Depends = gist
@Joshix-1
Joshix-1 / allowNsfw.plugin.js
Last active April 20, 2025 02:47
With this better discord plugin you can see NSFW channels if you are to dumb to tell discord you are over 18.
//META{"name":"AllowNSFW","authorId":"564843886434975745","website":"https://github.com/joshix-1", "source":"https://gist.github.com/Joshix-1/393c90ca7a64cbe5ab213ef12bd3bff8"}*//
module.exports = class AllowNSFW {
getName() {return "AllowNSFW";}
getDescription() {return "With this plugin you can see NSFW channels if you are to dumb to tell discord you are over 18.";}
getVersion() {return "0.0.1";}
getAuthor() {return "Joshix";}
load() {}
start() {
this.update();
@Joshix-1
Joshix-1 / comic-sans.theme.css
Last active July 26, 2023 15:06
BetterDiscord Comic Sans Theme
/**
* @name Comic Sans
* @version 1.1
* @description A theme which switches to the one and only font.
* @source https://gist.github.com/Joshix-1/105be8e51e7bc6eb573e46e28289d538/raw/
* @website https://gist.githubusercontent.com/Joshix-1/105be8e51e7bc6eb573e46e28289d538
* @authorId 564843886434975745
* @author Joshix
**/
@Joshix-1
Joshix-1 / backup-github.sh
Created August 22, 2020 20:36
Script which downloads all repos of a github organization.
#!/bin/sh
#usage:
#chmod +x backup-github.sh
#./backup-github.sh organization_name
orgName=$1
if [ "$#" -eq "0" ]; then
echo No argument given. Please add the name of the organization as argument.
exit 2
@Joshix-1
Joshix-1 / minified-discord.theme.css
Last active April 23, 2021 21:22
A theme which minifies the sides and allows the chat to be bigger.
/**
* @name Minified Dicord
* @version 1.2
* @description A theme which minifies the sides and allows for a bigger chat. (You need to have Normalize Classes enabled in the Better Discord settings for the theme to work.)
* @source https://gist.github.com/Joshix-1/72df7bdf4370191516a6f0761a9bb995
* @authorId 564843886434975745
* @author Joshix
**/
/* replies */