Skip to content

Instantly share code, notes, and snippets.

View winiciuscota's full-sized avatar

winicius winiciuscota

  • Greenpass
  • Florianópolis, Brasil
View GitHub Profile
@winiciuscota
winiciuscota / common
Last active November 10, 2021 05:27
Bash useful scripts
#!/bin/bash
exit_help () { echo -e "$doc"; exit 1; }
send-notification() {
DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus notify-send "Script:" "$1"
}
result-message() {
message="$@"
@winiciuscota
winiciuscota / SetupDevMachine.bat
Last active January 6, 2017 11:51
Script to setup a new windows machine with the programs I use
REM -----------------------------------------------
REM Install basic programs
REM -----------------------------------------------
echo Installing chocolatey
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
echo Installing utility programs