$ sudo nvram SystemAudioVolume=%80
$ sudo nvram -d SystemAudioVolume
$ git rm -r --cached . && git add . && git commit -m "Removing all files in .gitignore"
| # Load in the git branch prompt script. | |
| source ~/.git-prompt.sh | |
| export PS1="[\W\$(__git_ps1)]\[\033[00m\]\$ " |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="description" content="Give the site a description"> | |
| <meta name="author" content="Put a name here" /> | |
| <meta name="HandheldFriendly" content="true" /> | |
| <meta name="MobileOptimized" content="320" /> |
| /* Add this to your Atom stylesheet */ | |
| atom-text-editor pigments-markers pigments-color-marker.dot, | |
| atom-text-editor pigments-markers pigments-color-marker.dot, | |
| atom-text-editor pigments-color-marker.dot { | |
| transform: translate(0%, -50%) scale(.6) rotate(45deg); | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 75px; | |
| border-bottom-right-radius: 75px; | |
| border-bottom-left-radius: 75px; | |
| } |