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
<?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&dn=Pecadores.2025.WEB-DL.1080p.x264.DUAL.5.1-SF&xl=3117687844&tr=https%3A%2F%2Ftrackers.mlsub.net%3A443%2Fannounce&tr=udp%3A%2F%2Fttk2.nbaonlineservice.com%3A6969%2Fannounce&tr=https%3A%2F%2Ftracker.yemekyedim.com%3A443%2Fannounce&tr=http%3A%2F%2Ftracker.vraphim.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fu6.trakx.crim.ist%3A1337%2Fannounce&tr=udp%3A%2F%2Fr.l5.ca%3A6969%2Fanunciar&tr=udp%3A%2F%2Ftracker.birkenwald.de%3A6969%2Fannounce&tr=udp%3A%2F%2Fmartin-gebhardt.eu%3A25%2Fanunciar&tr=udp%3A% |
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
#!/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 |
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
#!/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 |
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
[window] | |
dimensions = { columns = 110, lines = 25 } | |
padding = { x = 15, y = 15 } | |
[font] | |
normal = { family = "FiraCode Nerd Font", style = "Regular" } | |
size = 14 |
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
# 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 |
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 { createStitches } from '@stitches/react'; | |
import { purple } from '@radix-ui/colors'; | |
export const { | |
styled, | |
createTheme, | |
} = createStitches({ | |
utils: { | |
mx: (value) => ({ | |
marginRight: value, |
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 { globalCss } from '../../stitches.config'; | |
export const GlobalCss = globalCss({ | |
root: { | |
fontFamily: 'Poppins, system-ui', | |
}, | |
'*': { | |
margin: 0, | |
padding: 0, |
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
module.exports = { | |
content: ["./src/**/*.tsx"], | |
theme: { | |
colors: { | |
'tomato': { | |
1: '#fffcfc', | |
2: '#fff8f7', | |
3: '#fff0ee', | |
4: '#ffe6e2', | |
5: '#fdd8d3', |
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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "root", | |
"foreground": "#E06C75", | |
"style": "plain", |
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
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 |
NewerOlder