Code Monkey home page Code Monkey logo

dotfiles's Introduction

My awesome dotfiles

After some time of deep lazyness, dark times in which the forces of procrastination were strong in this young padawan, I decided to put my devel machine dotfiles in a git repo. Yay! cheered the crowd blissfully, and the world was never again the same.

What do we have here

.vimrc

Configurations that I normally use (without many things that got mercylessly cut from the original file before I created this repo, because I didn't remember how to use them, or what the heck they were doing in my .vimrc).

Many configs were inspired (i.e. stolen) from this blog post

.bashrc

Vanilla flavored bashrc, the only real mod is a tweak at PS1 to show the actual git branch (in yellow, mind you!) if inside a repo. Made this because all other mods for showing the actual branch simply destroyed my beautiful green/blue prompt.

bundle

The bundle folder to manage the vim plugins I use. But beware: submodules inside.

And how 'bout installing all this goodness?

It's simple, keep calm and I will lead you through the install process in an almost painless manner.

  1. cd ~
  2. git clone git://github.com/castilhocp/dotfiles.git
  3. rm .vimrc
  4. ln -s dotfiles/.vimrc .vimrc
  5. ln -s dotfiles/.bashrc .bashrc
  6. rm -rf .vim/bundle
  7. ln -s dofiles/bundle .vim/bundle

License

You're free to use all the information in this repository in any way you please, provided you never mistreat a puppy from this moment on. Nevermore. Seriously.

I'm watching ya.

dotfiles's People

Contributors

castilhocp avatar

Watchers

 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.