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
| # Awesome prompt (starship) | |
| type starship > /dev/null | |
| if [ ! $? -eq 0 ]; then | |
| echo "Install Starship" | |
| curl -fsSL https://starship.rs/install.sh | bash | |
| fi | |
| export STARSHIP_CONFIG="$HOME/.config/starship/starship.toml" | |
| eval "$(starship init zsh)" | |
| PATH=/opt/asdf-vm/bin:$HOME/.asdf/shims:$HOME/.krew/bin:$PATH |
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 Emuparadise | |
| // @version 1.0 | |
| // @description Add a direct download link | |
| // @author Thiago Arroadie - thiago@arroadie.com | |
| // @match https://www.emuparadise.me/*/*/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| var current_url = window.location; |