Coder Social home page Coder Social logo

dotfiles-old's Introduction

My Personal Dotfiles

Disclaimer

Many before me have published dotfiles for others to look at and in an effort to give back... not that I think anyone should use these... I thought it might be good to put mine out there.

I am new to VIM, so my vimrc probably isn't all that awesome though over time I hope it improves.

Installing the files

Unlike some other folks dotfiles repositories, there is no bash/zsh/python/ruby/insert-language-here script that will automatically install these. My process is simple though...

git clone --recursive [email protected]:nZac/dotfiles.git ~/dotfiles

To use my vimrc file just symlink it into place

ln -s ~/dotfiles/.vimrc ~/.vimrc

To use the zsh configuration you will need a few other things, like antigen and virtualenv_wrapper if you want to use my theme.

# Make sure you have pip installed
which pip

# install virtualenv
pip install virtualenv

# install the wrapper
pip install virtualenvwrapper

# symlink the zsh file over
ln -s ~/dotfiles/.zshrc ~/.zshrc

# make sure zsh is installed
which zsh

# change your shell to be zsh
chsh -s /path/to/zsh

# restart your terminal session or source ~/.zshrc

If you have questions let me know and I can try to help as best I can

License

Do what ever you want with these files, it is nothing more than a compilation of a lot of smart peoples work, I own none of it.

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.