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
| <figure id="pointer-container"> | |
| <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/pink-pointer.svg" alt id="pointer"> | |
| </figure> |
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
| qemu-system-aarch64 ^ | |
| -M virt ^ | |
| -cpu cortex-a57 ^ | |
| -accel tcg,thread=multi ^ | |
| -smp <NUCLEOS> ^ | |
| -m <MEMORIA_RAM> ^ | |
| -bios <CAMINHO_QEMU_EFI.fd> ^ | |
| -vnc localhost:0 ^ | |
| -device ramfb ^ | |
| -device ich9-usb-ehci1 ^ |
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
| {"lastUpload":"2021-04-06T07:57:47.174Z","extensionVersion":"v3.4.3"} |
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 | |
| LRED='\033[01;31m' | |
| GREEN='\033[0;32m' | |
| LCYAN='\033[1;36m' | |
| LBLUE='\033[1;34m' | |
| LPURPLE='\033[0;35m' | |
| DGRAY='\033[1;30m' | |
| NC='\033[0m' # No Color |
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
| KEYMAPOPTS="us us" | |
| HOSTNAMEOPTS="-n alpine" | |
| INTERFACESOPTS="auto lo | |
| iface lo inet loopback | |
| auto eth0 | |
| iface eth0 inet dhcp | |
| hostname alpine | |
| " | |
| TIMEZONEOPTS="-z UTC" |
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
| ######################################################################################################################################## | |
| # FAZER ESSE LINK: ln -s /Users/luizinho/Library/Mobile\ Documents/com~apple~CloudDocs/OS\ X\ Preferences/bash_profile.txt .bash_profile | |
| ######################################################################################################################################## | |
| # Terminal colors | |
| export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ " | |
| export CLICOLOR=1 | |
| export LSCOLORS=ExFxBxDxCxegedabagacad | |
| alias ls='ls -lGFh' |
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
| <!-- Add a placeholder for the Twitch embed --> | |
| <div id="twitch-embed"></div> | |
| <!-- Load the Twitch embed script --> | |
| <script src="https://player.twitch.tv/js/embed/v1.js"></script> | |
| <!-- Create a Twitch.Player object. This will render within the placeholder div --> | |
| <script type="text/javascript"> | |
| new Twitch.Player("twitch-embed", { | |
| channel: "interaovivo", |
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
| {"extensions@abteil.org":{"/org/gnome/shell/extensions/extensions/":"[/]\nposition='panel'\nshow-add=false"},"user-theme@gnome-shell-extensions.gcampax.github.com":{"/org/gnome/shell/extensions/user-theme/":"[/]\nname='Orchis-dark'"},"dash-to-panel@jderose9.github.com":{"/org/gnome/shell/extensions/dash-to-panel/":"[/]\nappicon-margin=8\nappicon-padding=4\navailable-monitors=[0]\nhotkeys-overlay-combo='TEMPORARILY'\nmulti-monitors=false\npanel-element-positions='{\"0\":[{\"element\":\"desktopButton\",\"visible\":false,\"position\":\"stackedTL\"},{\"element\":\"showAppsButton\",\"visible\":true,\"position\":\"stackedTL\"},{\"element\":\"activitiesButton\",\"visible\":false,\"position\":\"stackedTL\"},{\"element\":\"leftBox\",\"visible\":true,\"position\":\"stackedTL\"},{\"element\":\"taskbar\",\"visible\":false,\"position\":\"stackedTL\"},{\"element\":\"centerBox\",\"visible\":true,\"position\":\"stackedBR\"},{\"element\":\"rightBox\",\"visible\":true,\"position\":\"stackedBR\"},{\"element\":\"dateMenu\",\"vis |
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
| # Generated by Sync Settings for Atom Editor | |
| <https://github.com/atom-community/sync-settings> |
NewerOlder