Skip to content

Instantly share code, notes, and snippets.

View lucasprogamer's full-sized avatar
🕶️
Working on Code

Lucas lucasprogamer

🕶️
Working on Code
View GitHub Profile
@lucasprogamer
lucasprogamer / git save credencials.txt
Created March 27, 2016 23:40
git save credencials
You can store your credentials using the following command
$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>
https://scotch.io/tutorials/open-sublime-text-from-the-command-line-using-subl-exe-windows
Adding Sublime to Your PATH
System Properties -> Advanced System Settings -> Advanced -> Environment Variables
our open cmd and execute sysdm.cpl>
Create a New System Variable
with name SUBLIME
and the value is a folder where you installed sublime
Settings>startups>tasks>
tasks parameters
/icon "%userprofile%\.babun\cygwin\bin\mintty.exe" /dir "%userprofile%"
commands
%userprofile%\.babun\cygwin\bin\mintty.exe /bin/env CHERE_INVOKING=1 /bin/zsh.exe
#!/bin/bash
homestead up
homestead ssh
apt-get update
#Additional Packages
apt-get install -y zsh