Commit Graph

924 Commits (19e9411404f7f9360822eaafb988b738ae2d7d8b)
 

Author SHA1 Message Date
Buddy Sandidge 97df0690f3 Add bluecanvas mysql host
Buddy Sandidge e1c6c85de4 Add meminfo alias
Buddy Sandidge ae31073b9b Show colors in bsd for ls
Buddy Sandidge 880c651ade Include GOPATH environment variable
Buddy Sandidge 018e696b33 Add duck-encoder jar and duck-encoder bash script
Buddy Sandidge 4f86869504 Include golang vim plugin
Buddy Sandidge c96dc61112 Set javascript vim settings to two spaces instead of tabs
Buddy Sandidge 50be14282f Add vim shortcut to trim trailing whitespace: <leader>ts
Buddy Sandidge 1815f3d896 Add vim bundle for less
Buddy Sandidge 8ed53b0361 Add bluecanvas hosts to ssh config
Buddy Sandidge cb2c7d3035 Remove beachmint vm ssh config
Buddy Sandidge 08a4a746da Add improved javascript syntax plugin
Used https://github.com/vim-scripts/JavaScript-syntax
todo: take a look at https://github.com/8bitDesigner/JavaScript-syntax
Buddy Sandidge 48fc23ba27 Add git aliases for list (ls), long-list (ll) and list-date-stamp (lds)
Buddy Sandidge b1746bbc89 Add rmbr (remove remote branch) alias to remove remote branch
Buddy Sandidge 386b9b76b4 Add alias to show git branches sorted by date
Buddy Sandidge d2f3266731 Add flc (fix last commit) alias to fix the last commit message
Buddy Sandidge 796ad8a5ad Add cp (cherry-pick) alias
Buddy Sandidge 1002a482d3 Add support for changing hostname color
Buddy Sandidge 6d5ca731ed Set up JavaScript to use 2 spaces at work and 4 on my own
Buddy Sandidge 1971ab2dbd Add vim settings for coffee settings, use 2 spaces
Buddy Sandidge 920f693114 Add BS_OS and BS_ENV environment variables
Buddy Sandidge c05bce46f5 Fix issue with yank/paste in vim when inside tmux on os x
There might be an issue when using yank/paste in tmux on other
platforms. By might, I mean probably.
Buddy Sandidge 6ed2808e64 Have git st alias use -sb flags for status
git st = git status -sb
Buddy Sandidge 426e4c1282 Move linux only alias to not be included in os x
In os x, I get a complant that mount doesn't know about the -l option
Buddy Sandidge c16ceb0b6c Add settings for nerdtree and jshint
Buddy Sandidge 52a5db38ac Add 80 column limit and force COMMIT_EDITMSG as gitcomit filetype
Buddy Sandidge dd441bc82e Add haml settings for 2 spaces
Buddy Sandidge cbf4f03071 Add php settings
Buddy Sandidge 8f396a3d3c Add scss syntax plugin
https://github.com/cakebaker/scss-syntax.vim.git
Buddy Sandidge 6121f6656f Add cute-pyton plugin
https://github.com/ehamberg/vim-cute-python.git
Buddy Sandidge 12922c889a Add taglist plugin
https://github.com/vim-scripts/taglist.vim
Buddy Sandidge 6f396b5ba0 Add desert vim color theme
Buddy Sandidge f87a27dd10 Add jade plugin
https://github.com/digitaltoad/vim-jade
Buddy Sandidge 66d216bc64 Add stylus plugin
https://github.com/wavded/vim-stylus.git
Buddy Sandidge 088b60ede5 Add instant markdown plugin
https://github.com/suan/vim-instant-markdown

[sudo] gem install redcarpet pygments.rb
[sudo] npm -g install instant-markdown-d
Buddy Sandidge 1625418cb1 Add syntastic plugin to vim
https://github.com/scrooloose/syntastic.git
Buddy Sandidge aaa46622da Add coffee-script plugin
https://github.com/kchmck/vim-coffee-script
Buddy Sandidge 8eb89125e5 Add html5 plugin to vim
https://github.com/othree/html5.vim
Buddy Sandidge 9deccb4b46 Add surround plugin to vim
Buddy Sandidge cb6e6edc4f Add mustache syntax vim plutin
https://github.com/juvenn/mustache.vim
Buddy Sandidge 7b38dfc648 Add AutoComplPop plugin
https://github.com/vim-scripts/AutoComplPop
Buddy Sandidge 3ab320ab45 Add checksyntax plugin
https://github.com/tomtom/checksyntax_vim
Buddy Sandidge aae7f0aac3 Update how pathogen is called
Now uses pathogen#infect()
Buddy Sandidge 11e889fa38 Add fugitive plugin
https://github.com/tpope/vim-fugitive.git
Buddy Sandidge acf2b520c6 Add nerdtree plugin
https://github.com/scrooloose/nerdtree.git
Buddy Sandidge 1efc63905b Add .netrwhist to global gitignore
Buddy Sandidge 385046a05f Ignore doc/tags from vim submodules
Buddy Sandidge e02a0d426e Add csapprox plugin
https://github.com/vim-scripts/CSApprox.git
Buddy Sandidge c31b563d41 Add wombat theme
https://github.com/vim-scripts/Wombat.git
Buddy Sandidge 30b0b47966 Add snipmate bundle
https://github.com/xbudex/snipmate.vim.git