Giter VIP home page Giter VIP logo

dotfiles's Introduction

#bridgeutopia dotfiles

Disclaimer

This is not the perfect setting. I think that every programmer should have different dotfiles and use what works for him/her. Dotfiles usually vary based on languages used and tools used everyday apart from personal preferences. This might work well for others who use Ruby, Lua, Javascript, HTML5 and C.

#Install

Given homebrew, git, oh-my-zsh and some dependencies except for vundle is installed.

git clone https://github.com/bridgeutopia/dotfiles.git ~/.dotfiles

rake install #Choose B to create a backup of your previous dotfiles
rake cleanup #if you want to remove all the bash files

#Ignore the unknown function errors
#Install vundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

mvim .
:BundleInstall

Install the fonts. See fonts ~/.dotfiles/fonts

Update

cd  ~/.dotfiles && git pull origin master
rake submodules #update some submodules
:BundleInstall! #update vundles / vim plugins

Custom config

~/.dotfiles/custom/directories #aliases for directories

Dependencies

/usr/bin/ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go)

Install dependencies via homebrew

brew install ack ctags git hub macvim

I used to use .bash_profile and it was very cluttered. Now it's pretty much a blank file. This is a lot better. And I've organized everything into several different files under .dotfiles directory.

curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh

You should use Vundle rather than track and/or maintain plugins yourself.

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Install vim plugins

mvim .
:BundleInstall

For Ruby version management, I still prefer RVM over rbenv.

curl -L https://get.rvm.io | bash -s stable --ruby

Goodbye, ruby-debug ?

gem install pry
gem install pry-nav
gem install awesome_print

Aliases

There's a lot of aliases (shorter versions of existing commands) here. Take time to read.

ar #alias reload
ae #edit aliases

Acknowledgement

This project is maintained by Katherine G. Pe

Credits & Resources

dotfiles's People

Watchers

 avatar  avatar

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.