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
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a | |
| # [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
| # Make sure you have a recent version: the code points that Powerline |
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
| import clsx from "clsx"; | |
| export default function FarisFaikar({ isDarkModeLover = true }: { isDarkModeLover: boolean }): React.ReactNode { | |
| const sendMessage = (sixMinutes: string, sixHours: string) => { | |
| return (`Never spend ${sixMinutes} doing something by hand ` + | |
| `when you can spend ${sixHours} failing to automate it`); | |
| }; | |
| return ( | |
| <div className={clsx( |
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
| # ----- common ----- | |
| g=gather 1; # [g]awk | |
| ga=gather all; # [ga]wk gawk gawk gawk | |
| f=flag $r; # [f]uck this room in particular | |
| ck=sensor 2; teleport 2 sensor $r; # [c]hec[k] room with sensor | |
| il=interface list; # [i]nterface [l]ist | |
| # ----- teleport ----- | |
| tp=teleport 1 ($r) ($x); scan 1; gather all; # [t]eleport [p]erson (drone) | |
| ts=teleport 1 sensor $r; # [t]eleport [s]ensor | |
| te=teleport 1 $r; stealth 1; # [t]eleport st[e]alth |
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
| /* ==UserStyle== | |
| @name YouTube RainWorld | |
| @namespace youtube.com | |
| @version 1.0.0 | |
| @description RainWorld themed YouTube experience | |
| @author farisfaikar | |
| ==/UserStyle== */ | |
| @-moz-document domain("youtube.com") { | |
| #logo-icon |
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
| /* ==UserStyle== | |
| @name Spinning Maxwell Cat YouTube Logo | |
| @namespace youtube.com | |
| @version 1.0.0 | |
| @description Replaces YouTube logo with spinning Maxwell Cat | |
| @author farisfaikar | |
| ==/UserStyle== */ | |
| @-moz-document domain("youtube.com") { | |
| #logo-icon |