Skip to content

Instantly share code, notes, and snippets.

View MarceloHBoff's full-sized avatar
🚀
Focusing

Marcelo Boff MarceloHBoff

🚀
Focusing
  • Campo Bom
View GitHub Profile
[alias]
s = push
l = pull
ls = !(git stash && git pull && git stash pop)
dev = !(git checkout dev && git pull)
ck = checkout
reset = reset --soft HEAD~1
// React
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.organizeImports": false,
"source.fixAll.eslint": true
},
"editor.formatOnSave": true
},
module.exports = {
semi: false,
singleQuote: true,
arrowParens: 'avoid',
trailingComma: 'none',
endOfLine: 'auto'
}
# Isntall NODEJS
https://github.com/nodesource/distributions/blob/master/README.md
# Copy aplication GITHUB
# Install DOCKER
sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt-get update
sudo apt-get install \
apt-transport-https \
# Config in preferences:
Font: Fira Code Retina
Size: 14
https://blog.rocketseat.com.br/terminal-com-oh-my-zsh-spaceship-dracula-e-mais/
# Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"
Extensions:
- Dracula Official
- Material Icon Theme
- Rocketseat React Native
- Rocketseat ReactJs
- Color Highlight
Configurations (settings.json) :
{
{