Last active
September 11, 2017 15:18
-
-
Save igoralves1/7b37cb765b0f7e129cbbb529bb72a741 to your computer and use it in GitHub Desktop.
Mac Config
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://github.com/robbyrussell/oh-my-zsh/wiki/themes | |
https://github.com/robbyrussell/oh-my-zsh | |
https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git | |
https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins | |
https://github.com/robbyrussell/oh-my-zsh | |
https://apple.stackexchange.com/questions/88278/change-default-shell-from-bash-to-zsh | |
https://apple.stackexchange.com/questions/115013/completion-for-git-commands | |
https://stackoverflow.com/questions/33992353/docker-create-images-ubuntu-14-04-with-docker-file | |
https://github.com/tianon/docker-brew-ubuntu-core/blob/a2573609340194bf33712c1fa2dc4de8f9b70ca2/trusty/Dockerfile | |
https://hub.docker.com/_/ubuntu/ | |
//Commands | |
http://www.chriswrites.com/how-to-view-and-kill-processes-using-the-terminal-in-mac-os-x/ | |
//Terminal look and feel | |
https://www.iterm2.com/features.html | |
http://osxdaily.com/2013/02/05/improve-terminal-appearance-mac-os-x/ | |
//How to take a screenshot on your Mac | |
https://support.apple.com/en-ca/HT201361 | |
//Install XAMPP on Mac-OS. Choose the version. | |
https://sourceforge.net/projects/xampp/files/XAMPP%20Mac%20OS%20X/ | |
//OS X Frequently Asked Questions | |
https://www.apachefriends.org/faq_osx.html - To start XAMPP simply open XAMPP Control and start Apache, MySQL and ProFTPD. The name of the XAMPP Control is "manager-osx". | |
Configure Virtual Hosts - XAMPP | |
http://localhost/dashboard/docs/configure-vhosts.html | |
TMV-DEV-23:~ igor.alves$ cd /Applications/XAMPP/etc/extra/ | |
<VirtualHost *:80> | |
DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs/mv" | |
ServerName mv-dev.com | |
</VirtualHost> | |
in etc/hosts | |
127.0.0.1 mv-dev.com | |
//How to uninstall XAMPP on Mac OS X? | |
https://ugetfix.com/ask/how-to-uninstall-xampp-on-mac-os-x/ | |
Note: just pressed unisntall inside Applications/XAMPP/ | |
//Download Visual Studio Code | |
https://code.visualstudio.com/download | |
Running VS Code on Mac | |
https://code.visualstudio.com/docs/setup/mac | |
Note: | |
This step is not good => 3 - Drag Visual Studio Code.app to the Applications folder, making it available in the Launchpad. | |
//Create Your Own Keyboard Application Launcher - Is there a keyboard shortcut (hotkey) to open Terminal in macOS? [closed] | |
https://stackoverflow.com/questions/35954184/is-there-a-keyboard-shortcut-hotkey-to-open-terminal-in-macos | |
https://www.macosxautomation.com/services/learn/tut01/index.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment