Skip to content

Instantly share code, notes, and snippets.

View sindykatto's full-sized avatar
🖤

sindykatto

🖤
View GitHub Profile
### Keybase proof
I hereby claim:
* I am sindykatto on github.
* I am sindykatto (https://keybase.io/sindykatto) on keybase.
* I have a public key ASDQIgKngjMK8gNjVMOu1fi7_I7KTb4GdVVLC-RV2Mcx3wo
To claim this, I am signing this object:
@sindykatto
sindykatto / rosepine.json
Created January 20, 2022 00:28
Rose Pine Windows Terminal theme
"schemes":
[
{
"background": "#191724",
"black": "#706E86",
"blue": "#31748F",
"brightBlack": "#706E86",
"brightBlue": "#31748F",
"brightCyan": "#EBBCBA",
"brightGreen": "#9CCFD8",
const styles = ({ spacing, palette }) =>
createStyles({
container: {
minHeight: "100vh",
// backgroundImage: `url(${BackgroundImg})`,
// backgroundRepeat: "no-repeat",
// backgroundPosition: "top center",
// backgroundSize: "contain",
},
header: {
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
%USERPROFILE%\AppData\Local\Programs\Microsoft VS Code\bin
D:\WinNMP\bin
%USERPROFILE%\AppData\Roaming\Composer\vendor\bin
%USERPROFILE%\AppData\Local\now-cli
%USERPROFILE%\go\bin
%NVM_HOME%
%NVM_SYMLINK%
%PhpStorm%
%USERPROFILE%\AppData\Local\hyper\app-3.0.2\resources\bin
@sindykatto
sindykatto / .hyper.js
Created May 28, 2020 09:44
HyperTerm Preferences
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: "stable",
@sindykatto
sindykatto / theme.js
Created April 16, 2020 11:03
@material-ui/core theme
import { createMuiTheme } from "@material-ui/core/styles";
const theme = createMuiTheme({
palette: {
primary: {
main: "#000000"
},
secondary: {
main: "#ffffff"
}
@sindykatto
sindykatto / npm-https
Created March 28, 2019 10:47
npm converts https to http for no apparent reason
sed -i -e 's/http:\/\//https:\/\//g' package-lock.json
@sindykatto
sindykatto / rin.txt
Created March 12, 2019 15:10
RIN specs
# PC
Dell Inspiron 14 7000
Win 10 Pro 64-bit
14.0-inch FHD (1920 x 1080) IPS Truelife LED-Backlit Display
8th Generation Intel® Core™ i7-8550U processor
8GB, 2400MHz, DDR4
NVIDIA® GeForce® MX150
Dual drives with 128GB PCIe NVMe SSD + 1TB 5400 rpm Hard Drive
@sindykatto
sindykatto / id_rsa.pub
Last active March 11, 2019 16:44
Public Key
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCas5VbcdP0+/W83j2AtDAKK/niT/vO219GNP5OzfNqrzwZHx21j3OgSQELhG+nP63fgZR1v/zSjJ/0MnDAo21PTGanqULMO55rNo+L/G2xeu6XXcvVuSGE2VSjCtonHm+NP4yQkoBBjpOFdOlQevSIZZomdx0pLgUu9fWooQlAJK5oCdIceG9PkVu0uk6WEsn1V4kU5Wjun9MkKgIQ0yL7ZfmepwBwZOf3CK1oaLTzYULIqFouMCSevTCKPfRHgEbjd3srDYzZp7bNXVi3Vs4v0x+zGAUYoxlMxxOXeh5Sm8kiOGCJ4/UubGTOVP/YzVJyLFK9iVez57IyOxHO0Epn ariac@RIN
@sindykatto
sindykatto / npm-list-g.txt
Last active March 20, 2019 15:14
npm list -g --depth 0
+-- babel-eslint@10.0.1
+-- create-react-app@2.1.8
+-- eslint@5.15.1
+-- eslint-config-prettier@4.1.0
+-- eslint-config-standard@12.0.0
+-- eslint-config-standard-jsx@6.0.2
+-- eslint-config-standard-react@7.0.2
+-- eslint-plugin-import@2.16.0
+-- eslint-plugin-node@8.0.1
+-- eslint-plugin-prettier@3.0.1