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
{ | |
"workbench.colorTheme": "Dracula", | |
// Configura tamanho e família da fonte | |
"editor.fontSize": 16, | |
// "editor.lineHeight": 24, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"explorer.compactFolders": false, | |
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
Show hidden characters
{ | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"theme": "Material-Theme-Palenight.sublime-theme", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme", | |
"draw_white_space": "all", | |
"font_face": "Fira Code", |
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"BracketHighlighter", | |
"Color Highlight", |
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 | |
### Variáveis | |
PROGRAMAS_APT=( | |
git | |
git-flow | |
google-chrome-stable | |
deepin-terminal | |
deepin-screen-recorder | |
gnome-tweak-tool |
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
# Box to build off of. | |
config.vm.box = "precise32" |
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
alias sup='/home/matheush/solis/atualiza-solisge-todos.sh' | |
alias dk='docker kill $(docker ps -q)' | |
alias dps='docker ps' | |
alias kap='sudo /etc/init.d/postgresql stop && sudo /etc/init.d/apache2 stop' | |
alias sap='sudo /etc/init.d/postgresql start && sudo /etc/init.d/apache2 start' | |
alias direport='docker-compose --file /home/matheush/docker/dockerfiles/ireport/docker-compose.yml up -d' | |
# person aliases | |
alias soup='sudo apt update && sudo apt upgrade -y && sudo snap refresh && sudo apt autoremove -y && sudo apt autoclean -y && sudo apt clean -y' | |
alias solisgeup='sudo /var/www/solisge/atualizar.sh' |
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
cd ./laradock | |
docker-compose up -d nginx postgres | |
docker-compose exec --user=laradock workspace bash |
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 | |
# Script criar um alias que gera uma notivicação ao terminar um processo | |
# desenvolvido por Matheus Henrique de Souza | |
# Mail: [email protected] | |
# Data de criação: 07-10-2017 | |
echo "alias aviso='notify-send --icon=utilities-terminal \"Aviso\" \"O processo que estava monitorando chegou ao fim\"'" >> ~/.bashrc |
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"?><!-- | |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. | |
Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. | |
Oracle and Java are registered trademarks of Oracle and/or its affiliates. | |
Other names may be trademarks of their respective owners. | |
The contents of this file are subject to the terms of either the GNU General Public | |
License Version 2 only ("GPL") or the Common Development and Distribution |
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
gunzip -c dbdump.sql.gz | psql -Upostgres database |
NewerOlder