Skip to content

Instantly share code, notes, and snippets.

View revunix's full-sized avatar
🤞
it should work

Alexander revunix

🤞
it should work
View GitHub Profile
@revunix
revunix / osx-bootstrap.sh
Last active November 30, 2023 16:41
Homebrew install script with personal changes
#!/bin/bash
sudo -v
sudo spctl --master-disable
red='\e[1;31m%s\e[0m\n'
green='\e[1;32m%s\e[0m\n'
binaries=(
fish
@revunix
revunix / cs2rev.cfg
Last active October 11, 2023 18:56
cs2rev.cfg
// RevUnix autoexec.cfg (11.10.2023)
// Launch options
// -novid -console -refresh 165 -language english +exec cs2rev.cfg
// General
fps_max "400"
fps_max_ui "120"
@revunix
revunix / rev.cfg
Last active August 25, 2023 23:21
rev.cfg | 23.08.2023
// ________________
// | CONFIG INFOS |
//
// MAKED BY.......: RevUnix
// WEBSITE........: revunix.com
// _____________________
// | MY LAUNCH OPTIONS |
//
@revunix
revunix / FFZ-plus.js
Last active February 22, 2023 11:05 — forked from th3an7/AutoWARP.js
Automatically enable Twitch experiments with FrankerFaceZ
// ==UserScript==
// @name FFZ+ | Set experiments
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Auto enable experiments
// @author revunix (fork of th3an7 AutoWARP)
// @match https://www.twitch.tv/*
// @icon https://cdn0.iconfinder.com/data/icons/social-network-7/50/16-512.png
// @grant unsafeWindow
// ==/UserScript==
@revunix
revunix / fish.sh
Created July 10, 2022 16:31
fish shell for macOS via Homebrew
brew install fish
fish
fish_add_path /opt/homebrew/bin
echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish
@revunix
revunix / TeamViewer-15-30-3-id-changer-for-mac.py
Created July 3, 2022 16:00 — forked from idarek/TeamViewer-15-30-3-id-changer-for-mac.py
TeamViewer ID changer (works with TV 15.30.3+ and macOS 12.4)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import platform
import random
import re
import string
import sys