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
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
# -*- 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
#!/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
Show hidden 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
{ | |
"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
{ | |
"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, | |
OlderNewer