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
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> | |
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
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 |
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
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 | |
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 | |
homestead up | |
homestead ssh | |
apt-get update | |
#Additional Packages | |
apt-get install -y zsh | |
NewerOlder