npm i <pkg>
# example
npm i lodash
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", |
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== |
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
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
This guide walks through the steps to install Arch Linux, configure SSH, set up partitions, install essential packages, and finalize system setup.