This guide walks through the steps to install Arch Linux, configure SSH, set up partitions, install essential packages, and finalize system setup.
Tabliss by Joel Shepherd
- About: A beautiful, customisable New Tab page
- Availability: Chromium and Firefox
- Repository: https://github.com/joelshepherd/tabliss
- Website: https://tabliss.io/
Bonjourr by Victor Azevedo
Located in /etc/pacman.conf
[options]
Color # uncomment (line 33) # enables color
ILoveCandy # insert (line 34) # typical progress bar will be replaced with a character eating dots
VerbosePkgLists # uncomment (line 37) # while installing a package, it will present the packages in a nicely formatted way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Kuasha | |
// @version 1.0.0 | |
// @description Blurs all images on a webpage by default | |
// @author Vibe Coding | |
// @match *://*/* | |
// @grant none | |
// @exclude https://openuserjs.org/* | |
// @exclude https://greasyfork.org/* | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"theme": "serika_dark", | |
"themeLight": "serika", | |
"themeDark": "serika_dark", | |
"autoSwitchTheme": false, | |
"customTheme": false, | |
"customThemeColors": [ | |
"#323437", | |
"#e2b714", | |
"#e2b714", |