Skip to content

Instantly share code, notes, and snippets.

@silenc3r
silenc3r / get_user_js.md
Last active July 3, 2023 17:28
Firefox user.js

Download scripts needed for user.js setup

curl -O 'https://raw.githubusercontent.com/arkenfox/user.js/master/updater.sh'
curl -O 'https://raw.githubusercontent.com/arkenfox/user.js/master/prefsCleaner.sh'

chmod +x updater.sh prefsCleaner.sh

# get user-overrides.js
curl -O 'https://gist.githubusercontent.com/silenc3r/91ee03f93dc56afa6cd63db8a81d3559/raw/user-overrides.js'
@silenc3r
silenc3r / SETUP.md
Last active July 3, 2023 17:27
Fedora setup instructions

System Setup

Hostname

hostnamectl set-hostname --static overlord

Swap file

sudo fallocate -l 2G /swapfile
@silenc3r
silenc3r / oil.spec
Created February 19, 2019 09:24
Oil shell spec file
%define debug_package %{nil}
# prevent binary stripping
%global __os_install_post %{nil}
Name: oil
Version: 0.6.pre15
Release: 1%{?dist}
Summary: Oil shell
URL: http://www.oilshell.org
License: ASL 2.0
@silenc3r
silenc3r / kamrat.vim
Created February 16, 2019 18:38
Kamrat color scheme for vim / neovim
" Supporting code -------------------------------------------------------------
" Initialisation: [[[
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name='kamrat'