Code Monkey home page Code Monkey logo

dotfiles's Introduction

README

My dotfiles! Hooray!

The vimrc file is what I use to make Python development pleasurable in VIM

What is this repository for?

  • Just a collection of my dotfiles I use across systems.

How do I get set up?

  • Backup any existing dotfiles you're replacing.
  • Make sure your VIM is at least version 7.3 with python support
  • Install vundle first (optional):
    git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • Now, clone this repository:
    git clone https://github.com/linuxdave/dotfiles
  • Replace/create existing files with symlinks:
    ln -s /path/to/dotfiles/vimrc ~/.vimrc
    ln -s /path/to/dotfiles/tmux.conf ~/.tmux.conf  
  • Open VIM and run (optional - if using Plugins)
    :PluginInstall
  • Close VIM, reopen. Should be good to go!

Notes

  • If you're using tmux, don't forget to add this line to your ~/.tmux.conf:
    set -g default-terminal "screen-256color"
  • If you're using a terminal emulator (PuTTY/KiTTY), you may need to turn on 256 Color mode
  • Email: [email protected]

dotfiles's People

Contributors

linuxdave 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.