- Notifications
You must be signed in to change notification settings - Fork3
trevmex/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
These are my personal bash/vim settings. Fee free to use them.
You will need to install Homebrew first (if you are on Mac OS X):
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
To get advanced bash tab completion:
brew install bash-completion
There are some other tools you might want as well:
brew install ag # this is an alternative to grep that is very awesomebrew install tmux # this is an alternative to screen that is very awesome\curl -L https://get.rvm.io | bash -s stable # RVM allows you to install multiple Ruby interpretersgem install pry # pry is a GREAT alternative to irb for Ruby development
Add these files to your home directory.
If you are using Windows, change the following files:
move .vimrc _vimrcmove .gvimrc _gvimrcmove .vim vimfiles
Copyright 2011-2014 Trevor Lalish-Menagh
Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.