diff options
-rw-r--r-- | .aliases | 2 | ||||
-rw-r--r-- | .bash_profile | 2 | ||||
-rw-r--r-- | .bash_prompt | 2 | ||||
-rw-r--r-- | .bashrc | 2 | ||||
-rwxr-xr-x | .brew | 2 | ||||
-rw-r--r-- | .exports | 2 | ||||
-rw-r--r-- | .functions | 2 | ||||
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitconfig | 2 | ||||
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .gvimrc | 2 | ||||
-rw-r--r-- | .hgignore | 2 | ||||
-rw-r--r-- | .hushlogin | 2 | ||||
-rw-r--r-- | .inputrc | 2 | ||||
-rwxr-xr-x | .osx | 2 | ||||
-rw-r--r-- | .screenrc | 2 | ||||
-rw-r--r-- | .vim/colors/molokai.vim | 2 | ||||
-rw-r--r-- | .vim/colors/railscat.vim | 2 | ||||
-rw-r--r-- | .vim/syntax/json.vim | 2 | ||||
-rw-r--r-- | .vimrc | 2 | ||||
-rw-r--r-- | .wgetrc | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | bootstrap.sh | 2 | ||||
-rw-r--r-- | init/Mathias.terminal | 2 |
24 files changed, 24 insertions, 24 deletions
@@ -129,4 +129,4 @@ done # Stuff I never really use but cannot delete either because of http://xkcd.com/530/ alias stfu="osascript -e 'set volume output muted true'" alias pumpitup="osascript -e 'set volume 7'" -alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
\ No newline at end of file +alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'" diff --git a/.bash_profile b/.bash_profile index cede3d7..8124c9a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -36,4 +36,4 @@ complete -W "NSGlobalDomain" defaults complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes SystemUIServer Terminal Twitter" killall # If possible, add tab completion for many more commands -[ -f /etc/bash_completion ] && source /etc/bash_completion
\ No newline at end of file +[ -f /etc/bash_completion ] && source /etc/bash_completion diff --git a/.bash_prompt b/.bash_prompt index 110c926..21c4b4b 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -52,4 +52,4 @@ function parse_git_branch() { } export PS1="\[${BOLD}${MAGENTA}\]\u \[$WHITE\]at \[$ORANGE\]\h \[$WHITE\]in \[$GREEN\]\w\[$WHITE\]\$([[ -n \$(git branch 2> /dev/null) ]] && echo \" on \")\[$PURPLE\]\$(parse_git_branch)\[$WHITE\]\n\$ \[$RESET\]" -export PS2="\[$ORANGE\]→ \[$RESET\]"
\ No newline at end of file +export PS2="\[$ORANGE\]→ \[$RESET\]" @@ -1 +1 @@ -[ -n "$PS1" ] && source ~/.bash_profile
\ No newline at end of file +[ -n "$PS1" ] && source ~/.bash_profile @@ -45,4 +45,4 @@ brew install tree brew install webkit2png # Remove outdated versions from the cellar -brew cleanup
\ No newline at end of file +brew cleanup @@ -16,4 +16,4 @@ export LC_ALL="en_US.UTF-8" export LESS_TERMCAP_md="$ORANGE" # Don’t clear the screen after quitting a manual page -export MANPAGER="less -X"
\ No newline at end of file +export MANPAGER="less -X" @@ -196,4 +196,4 @@ function unquarantine() { for attribute in com.apple.metadata:kMDItemDownloadedDate com.apple.metadata:kMDItemWhereFroms com.apple.quarantine; do xattr -r -d "$attribute" "$@" done -}
\ No newline at end of file +} diff --git a/.gitattributes b/.gitattributes index 0a456f3..0a91f75 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Automatically normalize line endings for all text-based files -* text=auto
\ No newline at end of file +* text=auto @@ -77,4 +77,4 @@ insteadOf = "gist:" [push] - default = simple
\ No newline at end of file + default = simple @@ -11,4 +11,4 @@ Thumbs.db # Files that might appear on external disks .Spotlight-V100 -.Trashes
\ No newline at end of file +.Trashes @@ -3,4 +3,4 @@ colorscheme railscat " Use 14pt Menlo set guifont=Menlo:h14 " Better line-height -set linespace=8
\ No newline at end of file +set linespace=8 @@ -14,4 +14,4 @@ Thumbs.db # Files that might appear on external disks .Spotlight-V100 -.Trashes
\ No newline at end of file +.Trashes @@ -1,4 +1,4 @@ # The mere presence of this file in the home directory disables the system # copyright notice, the date and time of the last login, the message of the # day as well as other information that may otherwise appear on login. -# See `man login`.
\ No newline at end of file +# See `man login`. @@ -37,4 +37,4 @@ set output-meta on set convert-meta off # Use Alt/Meta + Delete to delete the preceding word -"\e[3;3~": kill-word
\ No newline at end of file +"\e[3;3~": kill-word @@ -562,4 +562,4 @@ for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \ "Twitter" "iCal" "iTunes"; do killall "$app" > /dev/null 2>&1 done -echo "Done. Note that some of these changes require a logout/restart to take effect."
\ No newline at end of file +echo "Done. Note that some of these changes require a logout/restart to take effect." @@ -1,2 +1,2 @@ # Disable the startup message -startup_message off
\ No newline at end of file +startup_message off diff --git a/.vim/colors/molokai.vim b/.vim/colors/molokai.vim index 5cb8762..575e14f 100644 --- a/.vim/colors/molokai.vim +++ b/.vim/colors/molokai.vim @@ -207,4 +207,4 @@ if &t_Co > 255 hi CursorColumn ctermbg=234 hi LineNr ctermfg=250 ctermbg=234 hi NonText ctermfg=250 ctermbg=234 -end
\ No newline at end of file +end diff --git a/.vim/colors/railscat.vim b/.vim/colors/railscat.vim index c873179..a9e85c8 100644 --- a/.vim/colors/railscat.vim +++ b/.vim/colors/railscat.vim @@ -130,4 +130,4 @@ hi VertSplit guifg=#262626 hi ColorColumn guibg=#262626 hi LineNr guifg=#666666 guibg=#333333 hi NonText guifg=#666666 -hi SignColumn guibg=#666666
\ No newline at end of file +hi SignColumn guibg=#666666 diff --git a/.vim/syntax/json.vim b/.vim/syntax/json.vim index 0f5c900..1e7761a 100644 --- a/.vim/syntax/json.vim +++ b/.vim/syntax/json.vim @@ -71,4 +71,4 @@ endif let b:current_syntax = "json" if main_syntax == 'json' unlet main_syntax -endif
\ No newline at end of file +endif @@ -93,4 +93,4 @@ if has("autocmd") filetype on " Treat .json files as .js autocmd BufNewFile,BufRead *.json setfiletype json syntax=javascript -endif
\ No newline at end of file +endif @@ -35,4 +35,4 @@ robots = off server_response = on # Disguise as IE 9 on Windows 7 -user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
\ No newline at end of file +user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) @@ -97,4 +97,4 @@ Suggestions/improvements * @ptb and [his _OS X Lion Setup_ repository](https://github.com/ptb/Mac-OS-X-Lion-Setup) * [Lauri ‘Lri’ Ranta](http://lri.me/) for sharing [loads of hidden preferences](http://lri.me/osx.html#hidden-preferences) * [Tim Esselens](http://devel.datif.be/) -* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)
\ No newline at end of file +* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues) diff --git a/bootstrap.sh b/bootstrap.sh index 8a053a7..b5d0623 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,4 +14,4 @@ else fi fi unset doIt -source ~/.bash_profile
\ No newline at end of file +source ~/.bash_profile diff --git a/init/Mathias.terminal b/init/Mathias.terminal index e8732a5..761974a 100644 --- a/init/Mathias.terminal +++ b/init/Mathias.terminal @@ -229,4 +229,4 @@ <key>type</key> <string>Window Settings</string> </dict> -</plist>
\ No newline at end of file +</plist> |