- Change hostname file.
sudo vi /etc/hostname
- Append /etc/hosts with:
| #!/usr/bin/env zsh | |
| function use_lazy_git(){ | |
| if (( $# == 0 )) | |
| then echo "Missing commit message: lazygit <commit message>"; fi | |
| git add . | |
| git commit -a -m "$1" | |
| git push | |
| } |
| { | |
| "rules": { | |
| "no-dead-link": { | |
| "checkRelative": false, | |
| "baseURI": null, | |
| "ignore": [ | |
| "https://appleid.apple.com/#!&page=signin", | |
| "https://account.live.com", | |
| "https://www.linkedin.com/", | |
| "https://web.skype.com/en/", |
| #!/usr/bin/env bash | |
| DIR1="" | |
| DIR2="" | |
| diff -bur "$DIR1" "DIR2" | |
| { | |
| "presets": | |
| [ | |
| "es2015", | |
| "react", | |
| "stage-1", | |
| ["env", { | |
| "targets": { | |
| "browsers": ["> 5%","last 2 versions"] | |
| } |
This command will fix the issue of blury text on external monitors with MacOS Mojave.
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
MySQL Resources