Open Terminal.app (or your favourite terminal) and type:
defaults write com.apple.finder FXDesktopLayoutGridCharCount 50; killall Finder; killall Dock
You then need to change the 'Grid Size' in 'View Options' and the full names should appear.
Open Terminal.app (or your favourite terminal) and type:
defaults write com.apple.finder FXDesktopLayoutGridCharCount 50; killall Finder; killall Dock
You then need to change the 'Grid Size' in 'View Options' and the full names should appear.
| export PS1="\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\$ " | |
| export CLICOLOR=1 | |
| export LSCOLORS=GxFxBxDxCxegedabagacad |
| #Some of this from https://github.com/github/gitignore | |
| #OS files and Swap Files | |
| *~ | |
| *.lock | |
| *.DS_Store | |
| *.swp | |
| *.out | |
| #Vim |
| brew update && brew upgrade && /usr/bin/osascript -e 'tell app "System Events" to display dialog "Brew Done."' |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ docstring """ | |
| import os | |
| import sys | |
| import argparse | |
| import logging |
| <!doctype html> | |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <form action="#" method="post"> | |
| <!-- chrome / webkit text-to-speech --> | |
| <input type="text" x-webkit-speech /> | |
| <input type="submit" /> |