Skip to content

Instantly share code, notes, and snippets.

View renatoadorno's full-sized avatar
🎯
Focusing

Renato Adorno renatoadorno

🎯
Focusing
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Series e filmes</title>
<link>https://www.starckfilmes.com/catalog</link>
<description>Feed RSS com links magnéticos do site Starckfilmes</description>
<lastBuildDate>Sun, 15 Jun 2025 21:27:17 GMT</lastBuildDate>
<item>
<title>Magnet from https://www.starckfilmes.com/catalog/pecadores-2025-18-05-2025/</title>
<link>magnet:?xt=urn:btih:5393006f9fdc4d8a2d44d3395e3e9f416fc3bec1&amp;dn=Pecadores.2025.WEB-DL.1080p.x264.DUAL.5.1-SF&amp;xl=3117687844&amp;tr=https%3A%2F%2Ftrackers.mlsub.net%3A443%2Fannounce&amp;tr=udp%3A%2F%2Fttk2.nbaonlineservice.com%3A6969%2Fannounce&amp;tr=https%3A%2F%2Ftracker.yemekyedim.com%3A443%2Fannounce&amp;tr=http%3A%2F%2Ftracker.vraphim.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fu6.trakx.crim.ist%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fr.l5.ca%3A6969%2Fanunciar&amp;tr=udp%3A%2F%2Ftracker.birkenwald.de%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fmartin-gebhardt.eu%3A25%2Fanunciar&amp;tr=udp%3A%
@renatoadorno
renatoadorno / install.sh
Last active February 21, 2024 00:16
Script para instalar scripts privados do GitHub
#!/bin/bash
init() {
clear
echo -e " "
}
apply_style() {
local style_code="$1" # Código do estilo (cor, negrito, etc.)
local text="$2" # Texto a ser estilizado
#!/bin/bash
sudo rm -r $HOME/.gradle/caches
sudo rm -r $HOME/.android/cache
yarn cache clean
npm cache clean --force
watchman watch-del-all
[window]
dimensions = { columns = 110, lines = 25 }
padding = { x = 15, y = 15 }
[font]
normal = { family = "FiraCode Nerd Font", style = "Regular" }
size = 14
@renatoadorno
renatoadorno / a.zshrc.sh
Created February 15, 2024 15:15
ZSH CONFIG
# homebrew =====================
eval "$(/opt/homebrew/bin/brew shellenv)"
# OH MY POSH ===================
eval "$(oh-my-posh init zsh --config $(brew --prefix oh-my-posh)/themes/star.omp.json)"
# NODE NVM =====================
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
@renatoadorno
renatoadorno / stitches.config.js
Created January 10, 2023 02:14
setup-stitches
import { createStitches } from '@stitches/react';
import { purple } from '@radix-ui/colors';
export const {
styled,
createTheme,
} = createStitches({
utils: {
mx: (value) => ({
marginRight: value,
@renatoadorno
renatoadorno / globalCss.ts
Last active December 27, 2022 18:11
setup-css
import { globalCss } from '../../stitches.config';
export const GlobalCss = globalCss({
root: {
fontFamily: 'Poppins, system-ui',
},
'*': {
margin: 0,
padding: 0,
module.exports = {
content: ["./src/**/*.tsx"],
theme: {
colors: {
'tomato': {
1: '#fffcfc',
2: '#fff8f7',
3: '#fff0ee',
4: '#ffe6e2',
5: '#fdd8d3',
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"type": "root",
"foreground": "#E06C75",
"style": "plain",
foreground #f8f8f2
background #282a36
title_fg #f8f8f2
title_bg #282a36
margin_bg #6272a4
margin_fg #44475a
removed_bg #ff5555
highlight_removed_bg #ff5555
removed_margin_bg #ff5555
added_bg #50fa7b