Giter Site home page Giter Site logo

dotfiles's Introduction

# installing zsh
* brew install zsh
* vi /etc/shells and add path to zsh
* chsh -s $(which zsh)

# modifying zsh
* download oh-my-zsh
* add the relevant custom files in .oh-my-zsh/custom
* add the xav theme to themes (theme heavily borrowed from @xshay)

# installing emacs
# brew install emacs --cocoa --use-git-head --HEAD # usually this works, but not in lion for some reason
download the compiled version of emacs 24 from http://emacsformacosx.com/builds
create the aliases to point to the emacs in /Applications (see zsh -> custom -> aliases)
edit .emacs.d/init.el
download solarized
elpa's version of color-theme doesnt seem to work, so download color-theme from
http://download.savannah.gnu.org/releases/color-theme/ to ~/.vim/ian
create ~/.vim/ian directory
move the solarized content to ~/.vim/ian as well

# installing vim (courtesy of rhnh.net)
brew install --HEAD https://raw.github.com/adamv/homebrew-alt/master/duplicates/vim.rb
install tpope's pathogen
install solarized color theme
move .vimrc

install command-t by downloading the vba and sourcing it
install nerdtree (via github)

install r-plugin (http://www.vim.org/scripts/script.php?script_id=2628)
the plugin requires ncruses-term, which you can obtain here:
https://github.com/adamv/homebrew-alt/blob/master/duplicates/ncurses.rb

# installing tmux
brew install tmux
load .tmux.conf

# installing R
download R from cran and install it
load .Rprofile and .Rpackage

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.