Skip to content

Instantly share code, notes, and snippets.

View junielton's full-sized avatar
🎯
Focusing

junielton junielton

🎯
Focusing
View GitHub Profile
@junielton
junielton / settings.json
Created November 2, 2022 21:42 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"emmet.syntaxProfiles" : {
"javascript" : "jsx"
},
"workbench.startupEditor" : "newUntitledFile",
"editor.fontSize" : 16,
"javascript.suggest.autoImports" : true,
"javascript.updateImportsOnFileMove.enabled" : "always",
"editor.rulers" : [
80,
@junielton
junielton / settings.json
Created November 2, 2022 21:42 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"emmet.syntaxProfiles" : {
"javascript" : "jsx"
},
"workbench.startupEditor" : "newUntitledFile",
"editor.fontSize" : 16,
"javascript.suggest.autoImports" : true,
"javascript.updateImportsOnFileMove.enabled" : "always",
"editor.rulers" : [
80,
@junielton
junielton / ohmyzsh.md
Last active September 7, 2022 11:25 — forked from yovko/ohmyzsh.md
ZSH (using Oh My ZSH) on Manjaro Linux

ZSH (using Oh My ZSH) on Manjaro Linux

0. If ZSH is not already installed on your Manjaro system you can do it with the command:

sudo pacman -Syu zsh

You do not need to install manjaro-zsh-config and all the other related packages like zsh-syntax-highlighting, zsh-history-substring-search, zsh-autosuggestions, etc., as we will use Oh My Zsh.

@junielton
junielton / Wake on lan
Created July 3, 2021 19:18 — forked from izaya-ux/Wake on lan
Wake on lan (Wol) how to use an alexa device to turn on and off your ubuntu linux pc
Wake on lan (Wol) how to use an alexa device to turn on and off your ubuntu linux pc
https://www.wolskill.com
sudo su
apt install wakeonlan
apt install ethtool
(Find your ethernet adapter, mine was called 'enp4s0' (usually called 'eth0').)
ifconfig -a
@junielton
junielton / cloudSettings
Last active August 14, 2020 19:17 — forked from leocomelli/git.md
Lista de comandos úteis do GIT
{"lastUpload":"2020-08-14T19:17:12.075Z","extensionVersion":"v3.4.3"}