forked from atomantic/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HUGE 3.0.0 breaking changes. Using node.js to install sofware and reo…
…rganized everything
- Loading branch information
GITHUBFULLNAME
authored and
GITHUBFULLNAME
committed
May 25, 2016
1 parent
62a2535
commit a808559
Showing
37 changed files
with
1,269 additions
and
1,171 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
; EditorConfig is awesome: http://EditorConfig.org | ||
|
||
; top-most EditorConfig file | ||
root = true | ||
|
||
; Unix-style newlines with a newline ending every file | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
indent_style = space | ||
indent_size = 2 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"env": { | ||
"node": true, | ||
"es6": true | ||
}, | ||
"globals": { | ||
}, | ||
"rules": { | ||
"camelcase": 0, | ||
"comma-spacing": 0, | ||
"quotes": [0, "single"], | ||
"new-cap": 0, | ||
"no-extend-native": 0, | ||
"no-multi-spaces": 0, | ||
"no-undef": 2, | ||
"no-unused-vars": [2, { "vars": "local", "args": "none" }], | ||
"space-infix-ops": 0, | ||
"strict": 0 | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,15 @@ | ||
####### | ||
# OSX # | ||
####### | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear on external disk | ||
.Spotlight-V100 | ||
.Trashes | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
############ | ||
# Security # | ||
############ | ||
id_rsa | ||
|
||
########### | ||
# Tooling # | ||
########### | ||
.vagrant/ | ||
|
||
####### | ||
# VIM # | ||
####### | ||
[._]*.s[a-w][a-z] | ||
[._]s[a-w][a-z] | ||
*.un~ | ||
Session.vim | ||
.netrwhist | ||
*~ | ||
|
||
######### | ||
# Maven # | ||
######### | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
pom.xml.next | ||
release.properties | ||
|
||
|
||
######## | ||
# Node # | ||
######## | ||
# Logs | ||
*.log | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- | ||
node_modules | ||
|
||
|
||
#################### | ||
# Project Specific # | ||
#################### | ||
.vim/backup/* | ||
.vim/temp/* | ||
.vim/.netrwhist | ||
.vim/bundle/* | ||
!.vim/bundle/Vundle.vim | ||
homedir/.vim/backup/* | ||
!homedir/.vim/backup/.gitignore | ||
homedir/.vim/temp/* | ||
!homedir/.vim/temp/.gitignore | ||
homedir/.vim/.netrwhist | ||
homedir/.vim/bundle/* | ||
!homedir/.vim/bundle/.gitignore | ||
!homedir/.vim/bundle/Vundle.vim |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[submodule "oh-my-zsh"] | ||
path = oh-my-zsh | ||
url = git://github.com/robbyrussell/oh-my-zsh.git | ||
path = oh-my-zsh | ||
url = git://github.com/robbyrussell/oh-my-zsh.git | ||
[submodule "z-zsh"] | ||
path = z-zsh | ||
url = git://github.com/sjl/z-zsh.git | ||
[submodule ".vim/bundle/Vundle.vim"] | ||
path = .vim/bundle/Vundle.vim | ||
path = z-zsh | ||
url = git://github.com/sjl/z-zsh.git | ||
[submodule "homedir/.vim/bundle/Vundle.vim"] | ||
path = homedir/.vim/bundle/Vundle.vim | ||
url = git://github.com/VundleVim/Vundle.vim.git |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
module.exports = { | ||
brew: [ | ||
'ack', | ||
// Install GNU core utilities (those that come with OS X are outdated) | ||
// Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`. | ||
'coreutils', | ||
'dos2unix', | ||
// Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed | ||
'findutils', | ||
'fortune', | ||
'gawk', | ||
// http://www.lcdf.org/gifsicle/ (because I'm a gif junky) | ||
'gifsicle', | ||
'gnupg', | ||
// Install GNU `sed`, overwriting the built-in `sed` | ||
// so we can do "sed -i 's/foo/bar/' file" instead of "sed -i '' 's/foo/bar/' file" | ||
'gnu-sed --default-names', | ||
// better, more recent grep | ||
'homebrew/dupes/grep', | ||
'imagemagick', | ||
'imagesnap', | ||
// jq is a sort of JSON grep | ||
'jq', | ||
// Install some other useful utilities like `sponge` | ||
'moreutils', | ||
'nmap', | ||
'openconnect', | ||
'reattach-to-user-namespace', | ||
// better/more recent version of screen | ||
'homebrew/dupes/screen', | ||
'tmux', | ||
'tree', | ||
'ttyrec', | ||
// better, more recent vim | ||
'require_brew vim --override-system-vi', | ||
'watch', | ||
// Install wget with IRI support | ||
'wget --enable-iri' | ||
], | ||
cask: [ | ||
//'adium', | ||
//'amazon-cloud-drive', | ||
//'atom', | ||
'box-sync', | ||
//'comicbooklover', | ||
//'diffmerge', | ||
//'dropbox', | ||
//'evernote', | ||
'gpgtools', | ||
//'ireadfast', | ||
'iterm2', | ||
//'macvim', | ||
'sizeup', | ||
//'sketchup', | ||
'slack', | ||
'the-unarchiver', | ||
//'torbrowser', | ||
//'transmission', | ||
//'vlc', | ||
'xquartz' | ||
], | ||
gem: [ | ||
'git-up' | ||
], | ||
npm: [ | ||
'antic', | ||
'buzzphrase', | ||
'bower', | ||
'bower-check-updates', | ||
'esformatter', | ||
'eslint', | ||
'instant-markdown-d', | ||
'npm-check', | ||
'yo', | ||
'generator-dockerize', | ||
'gulp', | ||
'prettyjson', | ||
'trash', | ||
'vtop' | ||
] | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
####### | ||
# OSX # | ||
####### | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear on external disk | ||
.Spotlight-V100 | ||
.Trashes | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
############ | ||
# Security # | ||
############ | ||
id_rsa | ||
|
||
########### | ||
# Tooling # | ||
########### | ||
.vagrant/ | ||
|
||
####### | ||
# VIM # | ||
####### | ||
[._]*.s[a-w][a-z] | ||
[._]s[a-w][a-z] | ||
*.un~ | ||
Session.vim | ||
.netrwhist | ||
*~ | ||
|
||
######### | ||
# Maven # | ||
######### | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
pom.xml.next | ||
release.properties | ||
|
||
|
||
######## | ||
# Node # | ||
######## | ||
# Logs | ||
*.log | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- | ||
node_modules |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Submodule Vundle.vim
updated
from 000000 to 498476
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.